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 losing connection to zinolib due to either NotConnectedError , LostConnectionError or BrokenPipeError, reconnect to the Zino1EventManager does not work as expected.
The reconnect seems to work since Zino1EventManager returns True for both is_connected and is_authenticated, yet none of the requests work.
3 possible scenarios have occurred, depending on the reconnect steps taken after the connection was lost:
When attempting disconnect from the Zino1EventManager if the connection is still dangling, then reconfigure Zino1EventManager, then connect, then authenticate the current user. Seems to work, getting True for both is_connected and is_authenticated. All of the requests arter this reconnect are failing with:
When did not disconnect from the Zino1EventManager before attempting to reconfigure Zino1EventManager, then connect, then authenticate the current user. Seems to work, getting True for both is_connected and is_authenticated. All of the requests arter this reconnect are failing with:
When losing connection to zinolib due to either
NotConnectedError
,LostConnectionError
orBrokenPipeError
, reconnect to theZino1EventManager
does not work as expected.The reconnect seems to work since
Zino1EventManager
returnsTrue
for bothis_connected
andis_authenticated
, yet none of the requests work.3 possible scenarios have occurred, depending on the reconnect steps taken after the connection was lost:
Zino1EventManager
if the connection is still dangling, then reconfigureZino1EventManager
, then connect, then authenticate the current user. Seems to work, gettingTrue
for bothis_connected
andis_authenticated
. All of the requests arter this reconnect are failing with:Zino1EventManager
before attempting to reconfigureZino1EventManager
, then connect, then authenticate the current user. Seems to work, gettingTrue
for bothis_connected
andis_authenticated
. All of the requests arter this reconnect are failing with:The text was updated successfully, but these errors were encountered: