Commit 06e643a4 authored by 神楽坂玲奈's avatar 神楽坂玲奈

fix

parent ed1d1cb5
Pipeline #16362 passed with stages
in 3 minutes and 19 seconds
...@@ -57,6 +57,7 @@ export class Router { ...@@ -57,6 +57,7 @@ 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