Comparing version 0.1.5 to 0.1.6
@@ -29,2 +29,3 @@ "use strict"; | ||
})); | ||
client.sendMessage(response, undefined); | ||
if (RoomJoinCommandProcessor.BROADCAST_TO_OTHER_IN_ROOM) { | ||
@@ -61,2 +62,3 @@ this.manager.broadcast(new W_A_1.RoomMessageEvent({ | ||
})); | ||
client.sendMessage(response, undefined); | ||
if (RoomExitCommandProcessor.BROADCAST_TO_OTHER_IN_ROOM) { | ||
@@ -63,0 +65,0 @@ this.manager.broadcast(new W_A_1.RoomMessageEvent({ |
{ | ||
"name": "egg-ez-ws", | ||
"version": "0.1.5", | ||
"version": "0.1.6", | ||
"description": "easy websocket for egg.", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
62129
1562