We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d5e36d commit b4b55e1Copy full SHA for b4b55e1
1 file changed
src/socketio/asyncio_aiopika_manager.py
@@ -93,7 +93,7 @@ async def _listen(self):
93
94
async with self.listener_queue.iterator() as queue_iter:
95
async for message in queue_iter:
96
- with message.process():
+ async with message.process():
97
yield pickle.loads(message.body)
98
except Exception:
99
self._get_logger().error('Cannot receive from rabbitmq... '
0 commit comments