pendingCount property
int
get
pendingCount
Number of connections still completing their handshake.
Implementation
int get pendingCount => _pending.length;
Number of connections still completing their handshake.
int get pendingCount => _pending.length;