Version: 1.11.2
Status: Stable
Released: 2024-12-27
License: MIT License
No downloadable files are available for this release but you can obtain the source code from GitHub.
Source-Code

This is open source under the MIT License. You can obtain the source code for this specific version from GitHub or browse the releases for source code associated with specific versions. If you make any changes which you feel improves this application, please feel free to submit a pull - request.

Release Notes
  • Added public listen port.
  • Connection race condition.
  • Sync/async changes.
  • Nullability disambiguation.
  • Threaded collection modification.
  • Ditched dedicated threads for asynchronous query waiting.
  • Handle asynchronous query waiting thread exception.
  • Moved query meta to context, reducing contention. Kill queries on client disconnect.
  • Writable query timeout.
  • Added public QueryTimeout, converted it to a TimeSpan.

Be sure to check out the nuget package: https://www.nuget.org/packages/NTDLS.ReliableMessaging/1.11.2

Full Changelog: https://github.com/NTDLS/NTDLS.ReliableMessaging/compare/1.9.1...1.11.2