7.0.3 (2021-01-26)
- [Bug Fix] Uncaught error "OperationTimeoutError" thrown inside a setTimeout can potentially cause the program to crash.
Fixed in #13264 - [Bug Fix] Response from the
ServiceBusAdministrationClient.getSubscriptionRuntimeProperties()
method had the message count properties to be zero.
The bug has been fixed in #13229 - [Bug Fix] Fixed a race condition where the
ServiceBusReceiver.receiveMessages
might lose messages and not return any if triggered right after the recovery from a network disruption.
The same race condition could also have led to an OperationTimeout error if attempted the message settlement.
#13374