Commit 45c79aeb authored by 神楽坂玲奈's avatar 神楽坂玲奈 Committed by 铃兰

jitter

parent 825f094c
Pipeline #16123 passed with stages
in 38 seconds
......@@ -16,7 +16,7 @@ export class Server {
}
if (this.ack !== message.seq) {
console.log('seq mismatch rejected');
console.log(`seq mismatch rejected, server seq=${message.seq} local ack=${this.ack}`);
return;
}
......
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