fix(adapter.node): close websocket server and active connections when stopping the Node adapter

This commit is contained in:
2026-03-23 10:31:54 +00:00
parent 84e7307f15
commit a2b2dc1a56
3 changed files with 17 additions and 5 deletions

View File

@@ -1,5 +1,11 @@
# Changelog
## 2026-03-23 - 2.0.2 - fix(adapter.node)
close websocket server and active connections when stopping the Node adapter
- Store the WebSocketServer instance on the adapter so it can be closed during shutdown.
- Close all active HTTP connections before closing the underlying Node server to improve shutdown cleanup.
## 2025-12-20 - 2.0.1 - fix(readme)
update README: rework features, add OpenAPI/Swagger, compression, request validation, examples, and runtime stats