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
disable network (eg: plugout cable),and wait for 10s
enable network (eg: plugin cable) ,and the OS system network is restored within 10s
the connected callback is not call immediately, and the connection_lost callback called after timeout of keep_alive_interval(may be 1.5*30s).
I add reconnect in connection_lost, and after calling reconnect, the connected callback is called with message "automatic reconnect"
Here is my test step:
the connected callback is not call immediately, and the connection_lost callback called after timeout of keep_alive_interval(may be 1.5*30s).
I add reconnect in connection_lost, and after calling reconnect, the connected callback is called with message "automatic reconnect"
The text was updated successfully, but these errors were encountered: