You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Solves issue with slow StreamRef termination detection when remote actors terminate abruptly. Added immediate termination detection to SinkRefImpl when data is actively flowing, similar to existing SourceRefImpl behavior. Added tests to verify the fix.
Fixesakkadotnet#7647, related to akkadotnet#7611 and akkadotnet#7125.
Uh oh!
There was an error while loading. Please reload this page.
Version Information
Version of Akka.NET? dev branch
Which Akka.NET Modules? Akka.Streams
Describe the bug
There is tentative evidence that
ISourceRef
s are not completed and/or being pinned in memory and causes memory leaks.Reproduction
Will need to create multiple substream that uses ISourceRef and see if they're pinned or not.
The text was updated successfully, but these errors were encountered: