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
Use states mechanisms to allow incoming session initialization (normally when we are during initialization, we don't allow any other attempts to connect, here we are waiting for connection and we are blocking all outgoing attempts at the same time)
Additional things to solve:
SessionLayer is attempting different connections if previous failed. Make sure that SessionState is set properly, so this functionality will work properly
The text was updated successfully, but these errors were encountered:
Acceptance criteria:
Additional things to solve:
SessionLayer
is attempting different connections if previous failed. Make sure thatSessionState
is set properly, so this functionality will work properlyThe text was updated successfully, but these errors were encountered: