You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using noble in main process of Electron, and Web Bluetooth API in renderer process of Electron.
While requesting Web Bluetooth API such as requestDevice with 'select-bluetooth-device', I popped out the dongle and refreshed the window(ex) ctrl + R, window.reload).
And I inserted the dongle again to reconnect the device. But the application crashed.
It can be easily reproduced by doing same sequences.
It doesn't occur when using either Web Bluetooth API or noble.
The crash report says RtlpWaitOnCriticalSection : EXCEPTION_ACCESS_VIOLATION_WRITE / 0x24
Besides, I don't know why the application cannot communicate with the device by using noble after requesting Web Bluetooth API without refreshing the window even if the device is disconnected.
The text was updated successfully, but these errors were encountered:
I'm using noble in main process of Electron, and Web Bluetooth API in renderer process of Electron.
While requesting Web Bluetooth API such as requestDevice with 'select-bluetooth-device', I popped out the dongle and refreshed the window(ex) ctrl + R, window.reload).
And I inserted the dongle again to reconnect the device. But the application crashed.
It can be easily reproduced by doing same sequences.
It doesn't occur when using either Web Bluetooth API or noble.
The crash report says RtlpWaitOnCriticalSection : EXCEPTION_ACCESS_VIOLATION_WRITE / 0x24
Besides, I don't know why the application cannot communicate with the device by using noble after requesting Web Bluetooth API without refreshing the window even if the device is disconnected.
The text was updated successfully, but these errors were encountered: