Skip to content

v1.0.8

Latest
Compare
Choose a tag to compare
@andresgutierrez andresgutierrez released this 03 Aug 14:57
· 1 commit to main since this release

This release includes important improvements to complement Nixie's feature set:

  • Added GracefulShutdown to terminate an actor after waiting for a delay to allow the pending messages in the actor's inbox to finish processing. This is done asynchronously.
  • Added ScheduledShutdown to schedule the termination of an actor after a delay without waiting.
  • Removed support for .NET 6 and 7 due to reliance on specific APIs of .NET 8.