...
|
...
|
@@ -8,8 +8,8 @@ class Ws { |
|
|
|
|
|
init(io) {
|
|
|
this.io = io;
|
|
|
this.io.on('connection', this.onConn);
|
|
|
this.io.of('/building/log', this.onBuildingLogConn);
|
|
|
// this.io.on('connection', this.onConn);
|
|
|
// this.io.of('/building/log', this.onBuildingLogConn);
|
|
|
}
|
|
|
|
|
|
broadcast(path, msg) {
|
...
|
...
|
|