sstone / amqp-client

[THIS PROJECT HAS BEEN ARCHIVED AND IS NO LONGER MAINTAINED] Simple fault-tolerant AMQP client written in Scala and based on Akka and the RabbitMQ java client
MIT License
161 stars 88 forks source link

Fix connection leak #91

Closed griffhun closed 6 years ago

griffhun commented 6 years ago

Fixing connection leak.

The automatic connection recovery and the not closed connections causing leaking connection problem. (After reconnect an additional connection is appearing with additional channels)

Asana Task: https://app.asana.com/0/0/792084727380285/f