Learn more about these different git repos.
Other Git URLs
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.
stomp
MESSAGE_PUBLISHER
To fix this, we should wrap the yield statement in utils.stomp_connection in a try/finally block.
yield
utils.stomp_connection
try/finally
Commit 5c44101 fixes this issue
Log in to comment on this ticket.