Updates
Rolling release / release (push) Successful in 9m50s

This commit is contained in:
2026-09-11 20:55:17 -04:00
parent 06c9a23e19
commit af9c490532
6 changed files with 48 additions and 6 deletions
+6
View File
@@ -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();