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 have a node azure web that sents data to eventhub. At some point in time the application receives an error from eventhub and the amqplcient tries to reconnect the strange part is that even after connection is etablished the client is not able to send messages because the error keep coming and the only way to fix the error is to let the application crash.
Do you have any advice how we could tackle this issue? to enable the debug:* is not really possible because I process 1000 events in a second.
The text was updated successfully, but these errors were encountered:
Hi,
I have a node azure web that sents data to eventhub. At some point in time the application receives an error from eventhub and the amqplcient tries to reconnect the strange part is that even after connection is etablished the client is not able to send messages because the error keep coming and the only way to fix the error is to let the application crash.
Do you have any advice how we could tackle this issue? to enable the debug:* is not really possible because I process 1000 events in a second.
The text was updated successfully, but these errors were encountered: