Skip to content

v2.3.2

Latest
Compare
Choose a tag to compare
@ghostdogpr ghostdogpr released this 23 Jul 02:13
· 5 commits to series/2.x since this release
2a5d6c5

This release fixes an potential memory leak when using streaming replies with long-running actors. Upgrading is recommended if you use streaming (no problem with single send).

What's Changed

  • Fixed a promise leak when using streaming with long-running actors by @ghostdogpr in #136
  • Kept assignments got from shard manager in updateAssignments by @pancho-bo in #135