tryRecvOk property

int get tryRecvOk

Implementation

int get tryRecvOk => channels.values.fold(0, (a, v) => a + v.tryRecvOk);