NodenetServer.prototype.getConnectionsmethod Server.prototype.getConnections#Server.prototype.getConnections(cb: (error: Error | null,count: number,) => void): voidAsynchronously get the number of concurrent connections on the server. Works when sockets were sent to forks. Callback should take two arguments err and count. Parameters ##cb: (error: Error | null,count: number,) => voidReturn Type #void
method Server.prototype.getConnections#Server.prototype.getConnections(cb: (error: Error | null,count: number,) => void): voidAsynchronously get the number of concurrent connections on the server. Works when sockets were sent to forks. Callback should take two arguments err and count. Parameters ##cb: (error: Error | null,count: number,) => voidReturn Type #void