Skip to content

v4.5.1

Choose a tag to compare

@github-actions github-actions released this 15 Aug 14:50
Immutable release. Only release title and notes can be modified.
aedeeb5

馃敡 Fixes

  • Replies to stashed Asks are no longer dropped after Unstash / UnstashAll under concurrent load (#1312). Stash, Unstash, and UnstashAll clone the in-flight message into a pooled receive context without clearing the late-reply guard, so a recycled context silently dropped the reply sent with Response and the caller failed with request 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

  • #1313 fix(actor): stop dropping replies to stashed Asks after unstash by @Tochemey

Full Changelog: v4.5.0...v4.5.1