- 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
|