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
It seems that gatt.connect() call is not possible after gatt.disconnect(). I'm getting following error:
No known device for device transaction Transaction(id: 33, key: device:connectGATT),
where the 33 is some internal number of the request.
The same code works on both chrome and edge on Windows.
Is this a bug or a missing feature?
The text was updated successfully, but these errors were encountered:
It seems that gatt.connect() call is not possible after gatt.disconnect(). I'm getting following error:
No known device for device transaction Transaction(id: 33, key: device:connectGATT),
where the 33 is some internal number of the request.
The same code works on both chrome and edge on Windows.
Is this a bug or a missing feature?
The text was updated successfully, but these errors were encountered: