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
Receive on_disconnection_request and enter state DISCONNECTED
Receive on_disconnection_response and see that state is not DISCONNECTING, log invalid state and return
Not sure what the best solution is here, but it seems valid (though unlikely) that one might receive a disconnection request before disconnect is done processing.
The text was updated successfully, but these errors were encountered:
LeConnectionOrientedChannel has a race condition:
disconnect
and enter stateDISCONNECTING
on_disconnection_request
and enter stateDISCONNECTED
on_disconnection_response
and see that state is notDISCONNECTING
, log invalid state and returnNot sure what the best solution is here, but it seems valid (though unlikely) that one might receive a disconnection request before
disconnect
is done processing.The text was updated successfully, but these errors were encountered: