fix: clean up SmartProxy lifecycle

This commit is contained in:
2026-04-28 21:59:00 +00:00
parent c5d9158078
commit 5cb6895a14
5 changed files with 19 additions and 11 deletions
+3
View File
@@ -435,6 +435,9 @@ export class Onebox {
// Stop proxy log receiver
await this.proxyLogReceiver.stop();
// Stop built-in registry and backing smartstorage server
await this.registry.stop();
// Close backup archive
await this.backupManager.close();