Skip to content

Version 1.40.0

Compare
Choose a tag to compare
@nd1012 nd1012 released this 29 Oct 12:44
· 103 commits to main since this release

Changes

  • Added cancellation token parameter for more ResetEvent methods
  • ResetEvent.WaitAsync with cancellation token will now throw on cancellation
  • Added HostedServiceBase.EnsureNotCanceled
  • Added JsonHelper.Encode/Decode(Object)Async
  • HostedServiceBase.StartAsync now cancels gracefully on startup error
  • Added NetworkHelper.FindTcpPort

Full Changelog: v1.39.0...v1.40.0