@arcblock/ws 1.13.63 → 1.13.64
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/lib/server/index.js +1 -1
- package/package.json +3 -3
package/lib/server/index.js
CHANGED
|
@@ -244,7 +244,7 @@ class WsServer extends EventEmitter {
|
|
|
244
244
|
this.logger.debug('socket connected', { id: socket.id });
|
|
245
245
|
|
|
246
246
|
socket.on('message', async (msg) => {
|
|
247
|
-
this.logger.
|
|
247
|
+
this.logger.debug('socket onmessage', { msg });
|
|
248
248
|
let joinRef;
|
|
249
249
|
let ref;
|
|
250
250
|
let topic;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@arcblock/ws",
|
|
3
|
-
"version": "1.13.
|
|
3
|
+
"version": "1.13.64",
|
|
4
4
|
"description": "OCAP Chain websocket server and client",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"websocket"
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"url": "https://github.com/ArcBlock/asset-chain/issues"
|
|
35
35
|
},
|
|
36
36
|
"dependencies": {
|
|
37
|
-
"@arcblock/event-hub": "1.13.
|
|
37
|
+
"@arcblock/event-hub": "1.13.64",
|
|
38
38
|
"debug": "^4.3.2",
|
|
39
39
|
"eventemitter3": "^4.0.4",
|
|
40
40
|
"phoenix": "1.5.12",
|
|
@@ -44,5 +44,5 @@
|
|
|
44
44
|
"devDependencies": {
|
|
45
45
|
"get-port": "^5.1.1"
|
|
46
46
|
},
|
|
47
|
-
"gitHead": "
|
|
47
|
+
"gitHead": "49c94d9fd5f12ec63c34ad609d041a92f68322a8"
|
|
48
48
|
}
|