Revive heartbeat thread to exit recv with pong thanks to sarietta

This commit is contained in:
Roy Hyunjin Han 2015-02-19 14:16:13 -05:00
commit 8289624c47
5 changed files with 147 additions and 35 deletions

View file

@ -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)