Jan Jongen

Results 4 comments of Jan Jongen

[broadcast::channel](https://docs.rs/tokio/latest/tokio/sync/broadcast/index.html) sounds like a good solution and might be used on something like a "per path" basis which would be a good way to only send messages to subscribers they...

Hi, I found some time to look at this issue again and I would prefer to implement it via try_send and map the "Queue full error" to something which should...

> The problem with this is that it would effectively mean that the latest value is dropped instead of the oldest. That's probably not the semantics we want, as the...