akka.net
akka.net copied to clipboard
[Streams] ISourceRef might have a memory leak problem
Version Information Version of Akka.NET? dev branch Which Akka.NET Modules? Akka.Streams
Describe the bug
There is tentative evidence that ISourceRefs 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.
Still need to be fleshed out and a reproduction need to be created.
@Arkatufus I am willing to bet that these two are the same issue https://github.com/akkadotnet/akka.net/issues/7125