zhyz-cloudrender-v5 1.0.11 → 1.0.12
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/cloudRender.es.js +1 -1
- package/cloudRender.js +1 -1
- package/cloudRender.umd.js +1 -1
- package/package.json +1 -1
package/cloudRender.es.js
CHANGED
|
@@ -29155,7 +29155,7 @@ class CloudRender extends DefaultApi {
|
|
|
29155
29155
|
console.log("客户端渲染");
|
|
29156
29156
|
createWebGLContext(ele, this.renderWidth, this.renderHeight);
|
|
29157
29157
|
}
|
|
29158
|
-
let socketUrl1 = `${isWss ? 'wss' : 'ws'}://${this.url.split("://")[1]}websocket/${this.appliId + v4$2()}`;
|
|
29158
|
+
let socketUrl1 = `${this.isWss ? 'wss' : 'ws'}://${this.url.split("://")[1]}websocket/${this.appliId + v4$2()}`;
|
|
29159
29159
|
let webscoket1 = new WebSocket(socketUrl1);
|
|
29160
29160
|
this.serveScoket = webscoket1;
|
|
29161
29161
|
webscoket1.onmessage = info => {
|
package/cloudRender.js
CHANGED
|
@@ -29160,7 +29160,7 @@ Expected function or array of functions, received type ${typeof value}.`
|
|
|
29160
29160
|
console.log("客户端渲染");
|
|
29161
29161
|
createWebGLContext(ele, this.renderWidth, this.renderHeight);
|
|
29162
29162
|
}
|
|
29163
|
-
let socketUrl1 = `${isWss ? 'wss' : 'ws'}://${this.url.split("://")[1]}websocket/${this.appliId + v4$2()}`;
|
|
29163
|
+
let socketUrl1 = `${this.isWss ? 'wss' : 'ws'}://${this.url.split("://")[1]}websocket/${this.appliId + v4$2()}`;
|
|
29164
29164
|
let webscoket1 = new WebSocket(socketUrl1);
|
|
29165
29165
|
this.serveScoket = webscoket1;
|
|
29166
29166
|
webscoket1.onmessage = info => {
|
package/cloudRender.umd.js
CHANGED
|
@@ -29161,7 +29161,7 @@ Expected function or array of functions, received type ${typeof value}.`
|
|
|
29161
29161
|
console.log("客户端渲染");
|
|
29162
29162
|
createWebGLContext(ele, this.renderWidth, this.renderHeight);
|
|
29163
29163
|
}
|
|
29164
|
-
let socketUrl1 = `${isWss ? 'wss' : 'ws'}://${this.url.split("://")[1]}websocket/${this.appliId + v4$2()}`;
|
|
29164
|
+
let socketUrl1 = `${this.isWss ? 'wss' : 'ws'}://${this.url.split("://")[1]}websocket/${this.appliId + v4$2()}`;
|
|
29165
29165
|
let webscoket1 = new WebSocket(socketUrl1);
|
|
29166
29166
|
this.serveScoket = webscoket1;
|
|
29167
29167
|
webscoket1.onmessage = info => {
|