-
Notifications
You must be signed in to change notification settings - Fork 54
Open
Description
The broadcast channel used by subscriptions (
let (sub_tx, sub_rx) = broadcast::channel(10240); |
Somehow, in this case, forward_sub_to_sender
simply stops forwarding any event -
Ok((event_buf, meta)) = sub_rx.recv() => { |
It looks like the select!
never matches RecvError::Lagged
for some reasons.
Metadata
Metadata
Assignees
Labels
No labels