Open mrjoes opened 10 years ago
I've been stuck on this issue for a while, can definitely confirm. This makes it impossible to maintain a persistent connection for long periods of time, and in turn makes this library unsuitable for real world applications. I hope this gets priority.
@mrjoes I am using the same workaround. But in my case it's leaking channels. Is it doing the same for you?
I'm having the same problem, any updates on this issue?
Reconnection logic implemented in #236 does not cover case when TCP connection to the server getting closed as a result of server crash.
Steps to reproduce:
For now, I'm using this workaround (it is server software, so I need persistent connection to RabbitMQ):