vcabbage / amqp

AMQP 1.0 client library for Go.
https://godoc.org/pack.ag/amqp
MIT License
134 stars 97 forks source link

EOF when sending message #209

Open glossd opened 4 years ago

glossd commented 4 years ago

I send messages to Amazon MQ. I have a connection and a session created on start up and sender gets created for each message. At start up the application is working fine, but when time passes by (like a day) the NewSender function returns EOF. I've been struggling with this error for days. Can someone give advice on what to do, I'd really appreciate it.