Skip to content

Commit 4c6faee

Browse files
author
Marco Paolini
committed
Do not crash on exceptions
1 parent d61d3ab commit 4c6faee

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pushpull/websocket/gateway.py

-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ async def websocket_rabbitmq_gateway(request):
3030
await asyncio.gather(receive_coro, send_coro)
3131
except Exception as exc:
3232
logger.exception('exception while handling request')
33-
raise
3433
finally:
3534
logger.debug('websocket connection closing')
3635
await ws.close()

0 commit comments

Comments
 (0)