Commit d6856a46 authored by nanamicat's avatar nanamicat

fix

parent 38b99bb8
......@@ -57,6 +57,7 @@ export class Router {
// 客户端重启
this.reset();
this.time = Date.now();
this.send(socket, { seq: this.seq, via: {}, plan: {} });
} else if (this.seq == 0) {
// 服务器重启或客户端下线
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