We are using NodeJS SDK for reading messages, pushing message in ServiceBusQueue in Azure since past few months.
We have started facing an exception "ECONNRESET
" while reading and pushing message in the SericeBusQueue with the frequency of every 3-4 minutes.
{"code" : "ECONNRESET",
"errno" : "ECONNRESET",
"syscall" : "read"}
We were facing the same issue in the early days also, but it was once in days.