Azure/azure-event-hubs-node

please handle transient errors (!)

Closed this issue · 1 comments

Errors such as AmqpMessagePublisher.IdleTimerExpired are thrown without proper error handling causing the client as well as our own code to crash. This is fundamentally critical...

ping @mrohera @jtaubensee

@1N50MN14 - Yes, we do handle transient errors. We have a new preview version "0.1.0" of the event hubs node.js client. This client was re-written from scratch. Please try the new version and let us know if you still see issues. You can find examples over here.