chore: release v0.27.12
This commit is contained in:
@@ -29,6 +29,11 @@ func TestProfileSwitchReappliesEveryStartupDevice(t *testing.T) {
|
||||
"startAllEnabledClusters": "the cluster panel reconnects itself; its servers are a global list",
|
||||
"startGridCache": "a shared on-disk grid cache, not a profile's",
|
||||
"startBandOpenFeed": "PSK Reporter, keyed on the operator grid it re-reads itself",
|
||||
// The auto-call loop is ONE goroutine for the life of the process —
|
||||
// starting a second on every profile switch would give one engine two
|
||||
// sweepers. Its settings do follow the profile: reloadAfterProfileSwitch
|
||||
// calls applyAutoCall, which re-reads them and clears the target.
|
||||
"startAutoCall": "a single sweeper goroutine; applyAutoCall in the reload carries the settings",
|
||||
}
|
||||
|
||||
startup := body(t, string(src), "func (a *App) startup(ctx context.Context) {")
|
||||
|
||||
Reference in New Issue
Block a user