idleConnectionCount property

int get idleConnectionCount

Returns the number of connections currently idle.

Implementation

int get idleConnectionCount => _idleClients.length;