Skip to content

Release 2.6.5

Compare
Choose a tag to compare
@xinchen10 xinchen10 released this 23 Feb 17:31
· 8 commits to hotfix since this release

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.