akka.net icon indicating copy to clipboard operation
akka.net copied to clipboard

[Streams] ISourceRef might have a memory leak problem

Open Arkatufus opened this issue 6 months ago • 2 comments

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.

Arkatufus avatar Apr 30 '25 15:04 Arkatufus

Still need to be fleshed out and a reproduction need to be created.

Arkatufus avatar May 02 '25 14:05 Arkatufus

@Arkatufus I am willing to bet that these two are the same issue https://github.com/akkadotnet/akka.net/issues/7125

Aaronontheweb avatar May 15 '25 16:05 Aaronontheweb