Revive heartbeat thread to exit recv with pong thanks to sarietta
This commit is contained in:
parent
911c04cbf1
commit
8289624c47
5 changed files with 147 additions and 35 deletions
|
|
@ -35,6 +35,7 @@ class Namespace(LoggingSocketIONamespace):
|
|||
self.args_by_event = {}
|
||||
|
||||
def on_event(self, event, *args):
|
||||
print 'xxx *** xxx'
|
||||
callback, args = find_callback(args)
|
||||
if callback:
|
||||
callback(*args)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue