|
@@ -173,6 +173,7 @@ class Server:
|
|
else:
|
|
else:
|
|
return 0 # On success, return 0
|
|
return 0 # On success, return 0
|
|
# On exception, disconnect and return 1
|
|
# On exception, disconnect and return 1
|
|
|
|
+ logging.error("Disconnecting...")
|
|
self.disconnect(connection_token=connection_token)
|
|
self.disconnect(connection_token=connection_token)
|
|
return 1
|
|
return 1
|
|
|
|
|