activeRequests property

int get activeRequests

Returns the total number of active connections (HTTP + WebSocket).

Implementation

int get activeRequests => _activeHttpCounter + _activeWSCounter;