You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor: [#1388] change channel in HTTP core from mpsc to broadcast
Stats events were introduced to colelct tracker metrics. WE only have
global metrics (aggregate metrics for all UDP and HTTP trackers).
This will change in the future:
- Seggregated metrics: one listeners per tracker (per socket).
- Generic events: there could be other event consumers. Events will be
decoupled from stats.
This change allows multiple receivers in the channel.
For now, we one use one listener but with this change it will be easy to
add more.
0 commit comments