Commit e5f82ba3 authored by 铃兰's avatar 铃兰

Merge branch 'master' of git.mycard.moe:railgun/railgun-routing-client

parents 825f094c d41f24ce
Pipeline #16122 passed with stages
in 52 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