v2.3.2
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