Skip to content
Snippets Groups Projects
Commit eb4aa3b9 authored by nkour's avatar nkour
Browse files

take commit comment to actual code comment so readability is increased and comment is on-line help

parent ad803388
No related branches found
No related tags found
No related merge requests found
......@@ -330,7 +330,7 @@ class Connection(ConnectionHandlers):
self.time_to_reconnect = None
self.on_connect_failure()
else:
# try to reconnect ( #1629 )
# try reconnect if connection has failed before auth to server
self._disconnectedReconnCB()
def _connect_failure(self, con_type = None):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment