#352 Potential stomp connection leak on errors
Closed: Fixed 4 years ago by vmaljulin. Opened 4 years ago 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.


Login to comment on this ticket.

Metadata
Related Pull Requests
  • #371 Merged 4 years ago