Showing
1 changed file
with
2 additions
and
2 deletions
@@ -8,8 +8,8 @@ class Ws { | @@ -8,8 +8,8 @@ class Ws { | ||
8 | 8 | ||
9 | init(io) { | 9 | init(io) { |
10 | this.io = io; | 10 | this.io = io; |
11 | - this.io.on('connection', this.onConn); | ||
12 | - this.io.of('/building/log', this.onBuildingLogConn); | 11 | + // this.io.on('connection', this.onConn); |
12 | + // this.io.of('/building/log', this.onBuildingLogConn); | ||
13 | } | 13 | } |
14 | 14 | ||
15 | broadcast(path, msg) { | 15 | broadcast(path, msg) { |
-
Please register or login to post a comment