idleConnectionCount property
int
get
idleConnectionCount
Returns the number of connections currently idle.
Implementation
int get idleConnectionCount => _idleClients.length;
Returns the number of connections currently idle.
int get idleConnectionCount => _idleClients.length;