Closed sajankhandelwal closed 5 years ago
It is likely your network, or something between you client and azure service bus service that is killing the connection. I don't know what is doing it. You should find out. But client should automatically reconnect.
@sajankhandelwal we have the same problem in Go; did you solve or found out what was causing the issue?
I am facing similar problem.. any solution / thought is appreciated
com.microsoft.azure.servicebus.primitives.ServiceBusException: Error{condition=proton:io, description='Connection reset by peer', info=null}
We have a listener app in Java which reads messages from a service bus topic and every once in a while we get this error, although the connection is re-established again later.
"logger":"com.microsoft.azure.servicebus.primitives.MessagingFactory", "msg":Connection error. 'Error{condition=proton:io, description='Connection reset by peer', info=null}'
Can someone please shed some light on this?