activeRequests property
int
get
activeRequests
Returns the total number of active connections (HTTP + WebSocket).
Implementation
int get activeRequests => _activeHttpCounter + _activeWSCounter;
Returns the total number of active connections (HTTP + WebSocket).
int get activeRequests => _activeHttpCounter + _activeWSCounter;