[Fix] 修复start后响应两次onConnected的错误

This commit is contained in:
nanoric 2018-10-17 05:45:23 -04:00
parent 1f37a5ebeb
commit b90d997456

View File

@ -75,8 +75,6 @@ class WebSocketClient(object):
self._pingThread = Thread(target=self._runPing)
self._pingThread.start()
self.onConnected()
#----------------------------------------------------------------------
def stop(self):
"""