-
checker: fix ResumeBackend leaking goroutine on non-paused backend; v1.0.2
released this
2026-04-19 18:39:07 +00:00 | 0 commits to main since this releaseCalling ResumeBackend on a backend that wasn't actually paused (state
!= StatePaused) would overwrite w.cancel and spawn a fresh probe
goroutine without cancelling the old one, leaving two probe loops
running for the same backend until process exit. The guard now mirrors
EnableBackend's early-return on a non-target state.Downloads