kucservice 1.4.1 → 1.4.2
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/dist/kucservice.common.js +1 -1
- package/dist/kucservice.common.js.gz +0 -0
- package/dist/kucservice.common.js.map +1 -1
- package/dist/kucservice.umd.js +1 -1
- package/dist/kucservice.umd.js.gz +0 -0
- package/dist/kucservice.umd.js.map +1 -1
- package/dist/kucservice.umd.min.js +1 -1
- package/dist/kucservice.umd.min.js.gz +0 -0
- package/dist/kucservice.umd.min.js.map +1 -1
- package/package.json +1 -1
|
@@ -10259,7 +10259,7 @@ var common_request_wsClass = /*#__PURE__*/function () {
|
|
|
10259
10259
|
|
|
10260
10260
|
_classPrivateFieldSet(this, _player, null);
|
|
10261
10261
|
|
|
10262
|
-
this.socket.closeSocket();
|
|
10262
|
+
this.socket.closeSocket(1000, '通知关闭websocket连接');
|
|
10263
10263
|
if (_classPrivateFieldGet(this, _phoneClientObj)) _classPrivateFieldGet(this, _phoneClientObj).onclose();
|
|
10264
10264
|
}
|
|
10265
10265
|
}]);
|
|
Binary file
|