1
0
Fork 0

fix: nodes no longer beg to be kept alive

This commit is contained in:
Arthur K. 2026-01-19 22:50:12 +03:00
parent 7c4154a459
commit a32b0f728e
Signed by: wzray
GPG key ID: B97F30FDC4636357
12 changed files with 146 additions and 62 deletions

View file

@ -59,7 +59,7 @@ func (r *Role) OnStartup(ctx context.Context) error {
r.syncFromRegistry()
})
c := r.state.Registry.OnChanged()
c := r.state.Registry.Subscribe()
r.group.Go(func() {
for {
select {