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

fix

parent 5d7de5f9
Pipeline #16113 passed with stages
in 43 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