mirror of
https://github.com/gesellix/Bose-SoundTouch.git
synced 2026-09-07 15:07:17 +00:00
Two tests from PR #666 simulated "the browser WS write path is busy" by holding the global webSocketWriteMu, which #665's fix removed. Adapt them to the per-connection replacement: register a connection and hold its own lock directly (same technique as the #665 test suite), rather than a lock that no longer exists.