mirror of
https://git.ipng.ch/ipng/vpp-maglev.git
synced 2026-06-15 15:26:27 +00:00
Calling 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.