Commit 14bffc61 authored by 神楽坂玲奈's avatar 神楽坂玲奈

log bad ack

parent ab6eb6a5
Pipeline #16112 passed with stages
in 48 seconds
......@@ -58,6 +58,8 @@ export class Router {
} else if (this.seq == 0) { // 服务器重启或客户端下线
this.time = Date.now();
this.send(socket, {}, {});
} else {
console.log(`ignoring packet from ${data.id}, packet ack=${data.ack}, server seq=${this.seq}`);
}
}
......
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