systemlynx 1.15.10 → 1.15.11

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "systemlynx",
3
- "version": "1.15.10",
3
+ "version": "1.15.11",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "browser": {
@@ -66,7 +66,7 @@ module.exports = function createServerManager(customServer, customWebSocketServe
66
66
  route: `/${route}`,
67
67
  port,
68
68
  serviceUrl,
69
- namespace: `http://${host}:${socketPort}/${namespace}`,
69
+ namespace: `ws://${host}:${socketPort}/${namespace}`,
70
70
  SystemLynxService: true,
71
71
  };
72
72
 
@@ -122,7 +122,7 @@ module.exports = function createServerManager(customServer, customWebSocketServe
122
122
  const path = staticRouting ? `${route}/${name}` : `${shortId()}/${shortId()}`;
123
123
 
124
124
  modules.push({
125
- namespace: `http://${host}:${socketPort}/${namespace}`,
125
+ namespace: `ws://${host}:${socketPort}/${namespace}`,
126
126
  route: `/${path}`,
127
127
  name,
128
128
  methods,