#352 Potential stomp connection leak on errors
Closed: Fixed by vmaljulin. Opened by lucarval.

When WaiverDB is configured to use stomp as the MESSAGE_PUBLISHER, it may not disconnect the connection if there are errors when using the context manager.

To fix this, we should wrap the yield statement in utils.stomp_connection in a try/finally block.


Commit 5c44101d fixes this issue

Metadata
Related Pull Requests