|
@@ -15,8 +15,7 @@ export class ConnectController extends BasicController {
|
|
|
await this.syncDeviceController.run();
|
|
|
|
|
|
this.redisSubClient.subscribe("dismissRoom", (message) => {
|
|
|
- console.log(message); // 'message'
|
|
|
- this.roomController.logger("subscribe-订阅", JSON.stringify(message));
|
|
|
+ this.logger("subscribe-订阅", JSON.stringify(message));
|
|
|
});
|
|
|
|
|
|
this.socket.on("disconnect", async (reason) => {
|