Replies: 1 comment
-
That suggestion sounds fine to me |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This means not logging when the buffer is full.
We have a proposal:
My feeling is this use case is special enough that it probably deserves a special receiver.
Broadcast
channel receivers are actually buffered, and if we want to receive only the latest value, that means that's unbuffered, so one option would be to add anew_unbuffered_receiver()
that doesn't take alimit
argument at all.Beta Was this translation helpful? Give feedback.
All reactions