Commit ed1d1cb5 authored by 神楽坂玲奈's avatar 神楽坂玲奈

fix

parent 867a9339
Pipeline #16360 passed with stages
in 35 seconds
...@@ -57,7 +57,6 @@ export class Router { ...@@ -57,7 +57,6 @@ export class Router {
// 客户端重启 // 客户端重启
this.reset(); this.reset();
this.time = Date.now(); this.time = Date.now();
this.send(socket, { seq: this.seq, via: {}, plan: {} });
} else if (this.seq == 0) { } else if (this.seq == 0) {
// 服务器重启或客户端下线 // 服务器重启或客户端下线
this.time = Date.now(); this.time = Date.now();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment