Multiple receive queues fix
- forgot to commit busy handler
This commit is contained in:
parent
db2d78c9b6
commit
f6d5d93bf2
|
@ -50,6 +50,8 @@ class AdvancedDispatcher(asyncore.dispatcher):
|
|||
break
|
||||
except AttributeError:
|
||||
raise
|
||||
except BusyError:
|
||||
return False
|
||||
return False
|
||||
|
||||
def set_state(self, state, length=0, expectBytes=0):
|
||||
|
|
Loading…
Reference in New Issue
Block a user