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

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