@@ -64,6 +64,12 @@ export class HarnessBridge extends EventEmitter {
|
||||
|
||||
cancel() { this.session?.cancel(); }
|
||||
|
||||
async resetContext() {
|
||||
this.session?.cancel?.();
|
||||
await this.session?.dispose?.();
|
||||
this.session = null;
|
||||
}
|
||||
|
||||
async close() {
|
||||
await this.session?.dispose();
|
||||
releaseQvac();
|
||||
|
||||
Reference in New Issue
Block a user