Concerns About Memory Leaks in Long-Lived Effect Streams

hello, I seem to recall reading once in discord that long-lived effect streams had memory leaks? this was after seeing a severe memory leak in prod and rolling back to a non-stream version of some code. am I crazy or is/was this a thing? has it been fixed if it was? I really would like to represent changes coming from a database as a stream, but I worry - even if there's only a tiny memory leak in that, after weeks of uptime it could add up

(this could have 100% been me misremembering reading something plus an unrelated leak in my code, but wanted to ask before I started going down that route again
Was this page helpful?