mirror of
https://github.com/gesellix/Bose-SoundTouch.git
synced 2026-09-07 15:07:17 +00:00
The handler counted every request regardless of path, so the background status-update goroutine AddDeviceByHost spawns after a successful probe could land before the assertion and be mistaken for a second concurrent seed probe, occasionally failing with request count 2 instead of 1. Filter by path like the existing TestDiscoverDevicesRetriesConfiguredHosts test. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>