Skip to content

fix(network): count clients explicitely

Егор Ивков requested to merge client-count into master

Fixes a problematic place which counted clients by Rc, as that precondition was sometimes broken due to fiber switching in on drop.

Merge request reports