Fix WebsocketService infinite loop on graceful server disconnect

This commit is contained in:
Mark Backman
2026-01-27 12:33:44 -05:00
parent f7a1c6b719
commit 52012b0fb2
3 changed files with 57 additions and 13 deletions

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

@@ -0,0 +1 @@
- Fixed an infinite loop in `WebsocketService` that blocked the event loop when a remote server closed the connection gracefully.