fix(adapter.node): close websocket server and active connections when stopping the Node adapter
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user