Commit aac877ec authored by 铃兰's avatar 铃兰

fix

parent 4011c4b8
Pipeline #16079 passed with stages
in 33 seconds
...@@ -24,7 +24,6 @@ export class Router { ...@@ -24,7 +24,6 @@ export class Router {
rinfo?: RemoteInfo; rinfo?: RemoteInfo;
constructor(public id: number) { constructor(public id: number) {
this.reset();
} }
reset() { reset() {
...@@ -147,3 +146,5 @@ export class Router { ...@@ -147,3 +146,5 @@ export class Router {
} }
} }
} }
for (const router of Router.all) router.reset();
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