chore: update version to 0.0.52, add eventemitter3 dependency, and refactor WebSocket handling

This commit is contained in:
2025-12-30 18:32:16 +08:00
parent 8b16bc2218
commit 5dcc678ad4
6 changed files with 23 additions and 12 deletions

View File

@@ -1,4 +1,4 @@
import EventEmitter from 'node:events';
import { EventEmitter } from 'eventemitter3';
import * as http from 'node:http';