This commit is contained in:
liris
2013-10-15 07:44:01 +09:00
parent a5fe45b1ae
commit 7d3a2e7c2b

View File

@@ -866,7 +866,6 @@ class WebSocketApp(object):
finally:
if thread:
self.keep_running = False
thread.join()
self.sock.close()
self._callback(self.on_close)
self.sock = None