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
After connecting to a device and then calling await ble.withPromises.disconnect(id), I noticed that both the success callback from disconnect() and the failure callback from .connect() fire at the exact same time on both iOS and Android? According to the documentation this shouldn't be the case (but only when the peripheral itself initiates this).
The text was updated successfully, but these errors were encountered:
After connecting to a device and then calling
await ble.withPromises.disconnect(id)
, I noticed that both the success callback from disconnect() and the failure callback from .connect() fire at the exact same time on both iOS and Android? According to the documentation this shouldn't be the case (but only when the peripheral itself initiates this).The text was updated successfully, but these errors were encountered: