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