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 think there should be the way to abort the connection after some timeout. I'm now using this solution from JakeChampion/fetch#175 to wrap the connect() function, but it will be nice, if there was a way to abort the connection attempt after specified period of time. Or at least abort it directly like Bluetooth.abort() - that could be used in solution above. At this moment there isn't any.
The text was updated successfully, but these errors were encountered:
I think there should be the way to abort the connection after some timeout. I'm now using this solution from JakeChampion/fetch#175 to wrap the
connect()
function, but it will be nice, if there was a way to abort the connection attempt after specified period of time. Or at least abort it directly likeBluetooth.abort()
- that could be used in solution above. At this moment there isn't any.The text was updated successfully, but these errors were encountered: