Add changelog for #4201

This commit is contained in:
Mark Backman
2026-03-30 12:31:22 -04:00
parent f37bf989dd
commit 3af93ed257
2 changed files with 2 additions and 0 deletions

1
changelog/4201.fixed.md Normal file
View File

@@ -0,0 +1 @@
- Fixed `WebsocketService` entering an infinite reconnection loop when a server accepts the WebSocket handshake but immediately closes the connection (e.g. invalid API key, close code 1008). The service now detects connections that fail repeatedly within seconds of being established and stops retrying after 3 consecutive quick failures.