stompgem / stomp

A ruby gem for sending and receiving messages from a Stomp protocol compliant message queue. Includes: failover logic, ssl support.
http://stomp.github.com
Apache License 2.0
152 stars 80 forks source link

Fix a memory leak in receipt implementation #132

Closed alexscott closed 7 years ago

alexscott commented 7 years ago

When using a block with Client.publish to receive receipts, we found out a memory leak. Receipt's ID are store in an instance hash but never freed.

Jean Giovinazzo and Alexandre Moutot Alphalink Developpment

gmallard commented 7 years ago

ACK that I have seen this.

I want to look a little closer, but will probably merge it.