iOS: recv queue full no longer crashes
This commit is contained in:
@@ -216,9 +216,8 @@ class iOSCore(InternalBlue):
|
||||
self.registeredHciRecvQueues
|
||||
): # TODO filter_function not working with bluez modifications
|
||||
try:
|
||||
log.info(record)
|
||||
queue.put(record, block=False)
|
||||
except queue.Full:
|
||||
except queue2k.Full:
|
||||
log.warn(
|
||||
"recvThreadFunc: A recv queue is full. dropping packets.."
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user