We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d61d3ab commit 4c6faeeCopy full SHA for 4c6faee
pushpull/websocket/gateway.py
@@ -30,7 +30,6 @@ async def websocket_rabbitmq_gateway(request):
30
await asyncio.gather(receive_coro, send_coro)
31
except Exception as exc:
32
logger.exception('exception while handling request')
33
- raise
34
finally:
35
logger.debug('websocket connection closing')
36
await ws.close()
0 commit comments