Fixes #15
This commit is contained in:
parent
4f7185b074
commit
1fc0316541
1 changed files with 2 additions and 1 deletions
|
|
@ -218,7 +218,8 @@ class _ListenerThread(Thread):
|
|||
code, packetID, path, data = self._socketIO.recv_packet()
|
||||
except SocketIOConnectionError, error:
|
||||
print error
|
||||
return
|
||||
self.cancel()
|
||||
break
|
||||
except SocketIOPacketError, error:
|
||||
print error
|
||||
continue
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue