Description
openedon Nov 9, 2021
Service Bus nightly test runs are failing with:
Error message:
Error occurred on the AMQP connection while receiving messages. The receiver for session "nonmy-session" in "unpartitioned-queue-sessions" has been closed and can no longer be used. Please create a new receiver using the "acceptSession" or "acceptNextSession" method on the ServiceBusClient. More info - Error: read ETIMEDOUTStack trace:
ServiceBusError: Error occurred on the AMQP connection while receiving messages. The receiver for session "nonmy-session" in "unpartitioned-queue-sessions" has been closed and can no longer be used. Please create a new receiver using the "acceptSession" or "acceptNextSession" method on the ServiceBusClient.
More info -
Error: read ETIMEDOUT
at getSessionError (/Users/runner/work/1/s/sdk/servicebus/service-bus/src/connectionContext.ts:29:53)
at callOnDetachedOnSessionReceivers (/Users/runner/work/1/s/sdk/servicebus/service-bus/src/connectionContext.ts:29:53)
at Connection.disconnected (/Users/runner/work/1/s/sdk/servicebus/service-bus/src/connectionContext.ts:195:18)
For more details check here: