Commit 7c354c12 authored by 神楽坂玲奈's avatar 神楽坂玲奈

fix

parent c6f5d518
Pipeline #16085 passed with stages
in 1 minute and 30 seconds
...@@ -39,7 +39,7 @@ export class Router { ...@@ -39,7 +39,7 @@ export class Router {
} }
onMessage(socket: Socket, data: Report) { onMessage(socket: Socket, data: Report) {
console.log(`recv: ${this.id} ${JSON.stringify(data)} this.seq:${this.seq}`); // console.log(`recv: ${this.id} ${JSON.stringify(data)} this.seq:${this.seq}`);
if (data.ack == this.seq + 1) { if (data.ack == this.seq + 1) {
this.time = Date.now(); this.time = Date.now();
if (data.peers) this.peers = data.peers; if (data.peers) this.peers = data.peers;
......
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