v4.5.1
Immutable
release. Only release title and notes can be modified.
馃敡 Fixes
- Replies to stashed Asks are no longer dropped after
Unstash/UnstashAllunder concurrent load (#1312).Stash,Unstash, andUnstashAllclone the in-flight message into a pooled receive context without clearing the late-reply guard, so a recycled context silently dropped the reply sent withResponseand the caller failed withrequest timed out. The clone path now clears the guard, and actor and grain Ask callers no longer write the guard on a context already handed to the mailbox, which could drop an unrelated request's reply.
馃攢 Pull Requests
Full Changelog: v4.5.0...v4.5.1