I can't create a `BroadcastChannel` with a capacit...
# coroutines
h
I can't create a
BroadcastChannel
with a capacity of zero, but also no
ConflatedBroadcastChannel
that doesn't remember the last sent element. Is there a way to create a channel that broadcasts to all current subscribers, but doesn't send the last element it received to new subscribers?