You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't have details on how long the connection was idle before this happened, but I would expect the library to handle this error and reconnect instead.
Environment
OS: Docker image running on k8s
Go version: 1.16
Version of Library: Eventhub - v3.3.16 and AMQP - v3.2.2
The text was updated successfully, but these errors were encountered:
@sruthiramani, did you manage to handle with this issue somehow?
I'm using Event Hub lib v3.4.0 and also have the same issue, when sending messages.
Did you try reconnecting the event hub? if so did it solve the problem?
Expected Behavior
The client handles amqp related issues and reconnects.
Actual Behavior
While using eventhub v3.3.16, amqp v3.2.2, I'm occasionally encountering this error:
while trying to send events to eventhub using the
Send
API:https://pkg.go.dev/github.com/Azure/azure-event-hubs-go/[email protected]#Hub.Send
I don't have details on how long the connection was idle before this happened, but I would expect the library to handle this error and reconnect instead.
Environment
The text was updated successfully, but these errors were encountered: