fix(adapter.node): unref the node server before closing connections during shutdown

This commit is contained in:
2026-03-23 11:17:59 +00:00
parent 8b02e8d002
commit bbc569b628
3 changed files with 8 additions and 1 deletions

View File

@@ -1,5 +1,11 @@
# Changelog
## 2026-03-23 - 2.0.3 - fix(adapter.node)
unref the node server before closing connections during shutdown
- Calls server.unref() before closing all connections so shutdown does not keep the Node.js event loop alive.
- Improves shutdown behavior for the Node adapter when stopping HTTP or HTTPS servers.
## 2026-03-23 - 2.0.2 - fix(adapter.node)
close websocket server and active connections when stopping the Node adapter