Replies: 1 comment 16 replies
-
@queimadus What about |
Beta Was this translation helpful? Give feedback.
16 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When using
flatMapPrefix
orprefixAndTail
(or any other flow that closes over data) followed byconcat
the accumulated portion doesn't seem to be GC'd.I reduced a problem I found into this snippet:
If we don't use concat, it runs fine:
Beta Was this translation helpful? Give feedback.
All reactions