method
Server.subscriberCount
topic: string
): number;
A count of connections subscribed to a given topic
This loops through each topic internally to get the count.
@param topic
The websocket topic to count subscribers for
@returns
The number of subscribers