WsServerStats
The WsServerStats type describes the number of paths and clients that are active on the WsServer.
{
paths: number;
clients: number;
}| Type | Description | |
|---|---|---|
paths | number | The number of paths currently being served by the |
clients | number | The number of clients currently being served by the |
A WsServerStats object is returned from the getStats method.
Since
v5.0.0