Pathod websocket service threads should not be immortal

This commit is contained in:
Aldo Cortesi 2016-06-03 11:57:42 +12:00
parent c5076f5e01
commit 36383a6146

View File

@ -18,7 +18,7 @@ class WebsocketsProtocol:
frm = websockets.Frame.from_file(self.pathod_handler.rfile)
except NetlibException as e:
lg("Error reading websocket frame: %s" % e)
break
return None, None
ended = time.time()
lg(frm.human_readable())
retlog = dict(