fix: ensure socket cleanup in websocket handler by wrapping async iteration in try/finally block
This commit is contained in:
@@ -7,6 +7,14 @@
|
||||
|
||||
|
||||
|
||||
|
||||
## Version 1.7.0 - 2025-12-17
|
||||
|
||||
Fixes socket cleanup in the websocket handler to prevent resource leaks and improve connection stability.
|
||||
|
||||
**Changes:** 1 files, 29 lines
|
||||
**Languages:** Python (29 lines)
|
||||
|
||||
## Version 1.6.0 - 2025-12-17
|
||||
|
||||
Removes presence debounce to make user departures instant. Simplifies websocket connection and error handling in RPC views for improved reliability.
|
||||
|
||||
Reference in New Issue
Block a user