vani-meeting-server 2.4.6 → 2.4.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -60,6 +60,7 @@ class ServerHandler {
60
60
  this.webSocketHandler.lastKnownWebSocketStatusIsActive = false;
61
61
  const websocket = new ws_1.default("ws://localhost:" + this.serverStartRequest.port + "/?serverstatuscheck=true");
62
62
  websocket.on('open', function open() {
63
+ websocket.close();
63
64
  });
64
65
  }
65
66
  return isConnected;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vani-meeting-server",
3
- "version": "2.4.6",
3
+ "version": "2.4.7",
4
4
  "description": "Vani Meeting Server SDK",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",