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
When a connection is disconnected by remote side (status 8), and the manager calls notifyDeviceDisconnected(), it first calls close(), then onDeviceDisconnected().
If a new connection request was added in onDeviceDisconnected() is will be proceeded immediately, as the mOperationInProgress` flag was cleared.
The new request fail callback would be invoked a moment later with the old's request status (8).
The text was updated successfully, but these errors were encountered:
When a connection is disconnected by remote side (status 8), and the manager calls
notifyDeviceDisconnected()
, it first callsclose()
, thenonDeviceDisconnected()
.If a new connection request was added in
onDeviceDisconnected()
is will be proceeded immediately, as the mOperationInProgress` flag was cleared.The new request fail callback would be invoked a moment later with the old's request status (8).
The text was updated successfully, but these errors were encountered: