fix(adapter.node): unref the node server before closing connections during shutdown
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user