Handle circuit shutdowns better

This commit is contained in:
Casper Warden
2022-04-20 11:32:38 +01:00
parent ebea491c93
commit d40f744be0
5 changed files with 71 additions and 17 deletions

View File

@@ -1412,7 +1412,7 @@ export class Region
this.comms.shutdown();
this.caps.shutdown();
this.objects.shutdown();
this.resolver.shutdown();
this.circuit.shutdown();
}
}