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
If you call Client::disconnect only session will be closed. This can cause problem, because TCP connection will send keep alive packets and the session will be restored after short period of time anyway.
Check if this is problematic
The text was updated successfully, but these errors were encountered:
If you call
Client::disconnect
only session will be closed. This can cause problem, because TCP connection will send keep alive packets and the session will be restored after short period of time anyway.Check if this is problematic
The text was updated successfully, but these errors were encountered: