Do Flow and Channels have any size restrictions? W...
# coroutines
m
Do Flow and Channels have any size restrictions? What happens if you send a 1MB object?
j
On JVM/Android they're passed by reference so every object only requires 32 or 64 bits no matter what size it is
m
👌 thanks!