Searched refs:serverInstance (Results 1 – 1 of 1) sorted by relevance
5 let serverInstance: WebSocket.WebSocketServer | null = null; variable23 if (serverInstance != null) {27 serverInstance = new WebSocket.WebSocketServer({ port: options?.port ?? 8097 });29 serverInstance.on('connection', function connection(ws) {40 serverInstance?.clients.forEach(function each(client) {48 serverInstance.on('close', function () {49 serverInstance = null;57 serverInstance?.close();58 serverInstance = null;72 serverInstance?.clients.forEach(function each(client) {