Files
beszel-ipv6/internal/hub
Yvan Wang 63959694de fix(hub): stop launching system updaters after manager shutdown (#1950) (#1951)
The staggered Initialize goroutine kept calling AddSystem after the hub
had been torn down, which spawned StartUpdater goroutines that later
dereferenced a nil DB inside PocketBase. Track a manager-level context
that RemoveAllSystems cancels, abort the staggered loop on shutdown,
and refuse AddSystem once the manager is stopped.
2026-08-17 13:59:42 -04:00
..