We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bcf66b commit 9a67023Copy full SHA for 9a67023
lib/usb-radio-bridge.ts
@@ -209,7 +209,9 @@ class MicrobitRadioBridgeConnectionImpl
209
}
210
this.serialSessionOpen = false;
211
this.disconnectPromise = (async () => {
212
+ this.ignoreDelegateStatus = true;
213
await this.serialSession?.dispose(true);
214
+ this.ignoreDelegateStatus = false;
215
this.disconnectPromise = undefined;
216
})();
217
0 commit comments