Release 2.6.5
Fixed one important memory leak bug, improved allocations in encoding and added protection against a potential stuck in completing messages.
- Memory leak due to leaked cancellation token registrations.
- Ensure DisposeAsyncResult is always completed.
- [#253] [BUG] Service Bus: Cannot access a disposed object exception. Converted ObjectDisposedException to IOException.
- [#255] Fix ReceiveMessagesAsync null return case.
- Reduced boxing and string allocation in the encoding layer.