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

@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@push.rocks/smartserve',
version: '2.0.2',
version: '2.0.3',
description: 'a cross platform server module for Node, Deno and Bun'
}