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

test

parent 70fb956e
Pipeline #4841 passed with stages
in 3 minutes and 25 seconds
......@@ -21,6 +21,9 @@ export class Server {
for (const [to, via] of Object.entries(message.via)) {
RouteWriter.setVia(parseInt(to), via);
}
for (const [plan, to] of Object.entries(message.plan)) {
RouteWriter.setVia(parseInt(plan), to);
}
RouteWriter.commit();
this.ack = message.seq + 1;
......
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