WebsocketService: avoid reconnection on shutdown

This commit is contained in:
Aleix Conchillo Flaqué
2025-12-05 08:50:03 -08:00
parent fed6a8b669
commit 48422dd442
2 changed files with 7 additions and 1 deletions

2
changelog/3185.fixed.md Normal file
View File

@@ -0,0 +1,2 @@
- Fixed an issue that caused `WebsocketService` instances to attempt
reconnection during shutdown.