7.11.1 (2023-07-12)
Bugs Fixed
- Fixed the error
end frame received on invalid channel
which was raised when a disconnect was sent by the service (#30860) - Fixed the error
link already closed
which was raised when the client was closing and disconnecting from the service (#30836)
Other Changes
- The error raised when attempting to complete a message with an expired lock received from a non-sessionful entity has been updated to the more fine-grained
MessageLockLostError
from the superclassServiceBusError
.