mirror of
https://github.com/gesellix/Bose-SoundTouch.git
synced 2026-08-18 16:46:17 +00:00
The speaker confirms AddWirelessProfile then tears down its AP within ~30 s. The default 10 s --request-timeout races that ACK whenever the speaker is busy reconciling state — and a hard-coded 10 s on the internal http.Client capped the user-passed timeout silently, so a longer --request-timeout had no effect. The CLI default is now 30 s and the inner http.Client lets the context govern alone. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>