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
This line eats the exception and stops the worker, but the SocketAdapter instance attribute still indicates
self.isConnected = True
self.isAlive = True
This line eats the exception and stops the worker, but the SocketAdapter instance attribute still indicates
self.isConnected = True
self.isAlive = True
py-apx/remotefile/socket_adapter.py
Line 48 in 31eb736
Hence no way to detect when the connection is lost, and handle it by triggering a reconnect.
The text was updated successfully, but these errors were encountered: