@arcblock/ws 1.19.9 → 1.19.10
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 +0 -4
- package/package.json +3 -3
package/lib/server/index.js
CHANGED
|
@@ -205,10 +205,6 @@ class WsServer extends EventEmitter {
|
|
|
205
205
|
});
|
|
206
206
|
}
|
|
207
207
|
|
|
208
|
-
if (count === 0 && enableLog) {
|
|
209
|
-
this.logger.info('no connections when broadcast message', { topic, event });
|
|
210
|
-
}
|
|
211
|
-
|
|
212
208
|
if (count > 0 && replyId) {
|
|
213
209
|
eventHub.broadcast(replyId, { count });
|
|
214
210
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@arcblock/ws",
|
|
3
|
-
"version": "1.19.
|
|
3
|
+
"version": "1.19.10",
|
|
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/blockchain/issues"
|
|
35
35
|
},
|
|
36
36
|
"dependencies": {
|
|
37
|
-
"@arcblock/event-hub": "1.19.
|
|
37
|
+
"@arcblock/event-hub": "1.19.10",
|
|
38
38
|
"debug": "^4.3.6",
|
|
39
39
|
"eventemitter3": "^4.0.7",
|
|
40
40
|
"lodash": "^4.17.21",
|
|
@@ -44,5 +44,5 @@
|
|
|
44
44
|
"devDependencies": {
|
|
45
45
|
"get-port": "^5.1.1"
|
|
46
46
|
},
|
|
47
|
-
"gitHead": "
|
|
47
|
+
"gitHead": "fcf36923c21e713432ddda803fd25c699b127644"
|
|
48
48
|
}
|