英文:
[Golang]Client rabbitMQ unexpectedly closed TCP connection, how to catch or fix it?
问题
我正在使用RabbitMQ的Golang客户端在两个服务器之间进行发布和订阅消息,但是我经常遇到一个错误:“客户端意外关闭了TCP连接”。我的RabbitMQ客户端正常运行,但是在一段时间后它会停止工作。
谁能帮助我检查并捕获这个错误,并重新连接/修复这个错误。
非常感谢。
英文:
I'm using rabbitMQ Golang client for pub and sub message between two servers, but I often get bug: "client unexpectedly closed TCP connection". My rabbitMQ client is running normaly, but after distance of time it stop.
Who can help me how check catch this error and reconnect / fix this error.
Thanks so much
答案1
得分: 2
- 尝试增加连接超时时间。
- 检查你的防火墙配置。
英文:
- Try with increased connection timeout
- Check your firewall configuration
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论