https://kotlinlang.org logo
#coroutines
Title
# coroutines
p

Pacane

04/24/2020, 5:35 PM
I'm currently using a
ConflatedBroadcastChannel
but I need to make sure everyone subscribes at the same time, before any data comes to the channel for all the initial data to be there, for everyone, which is not exactly what I want
s

Sam Garfinkel

04/24/2020, 9:23 PM
What kind of behavior are you looking for? Something that buffers everything and replays it?
p

Pacane

04/25/2020, 1:27 PM
Basically, no buffering, multiple subscribers and with an initial value when you subscribe
2 Views