feat: 合并effect,优化逻辑

This commit is contained in:
MatrixSeven
2025-08-29 18:19:59 +08:00
parent 0c33a72c0a
commit 86fd9ec08c
7 changed files with 55 additions and 144 deletions

View File

@@ -1,5 +1,5 @@
import { EventEmitter } from 'events';
import { WebRTCError, WebRTCMessage, ConnectionEvent, EventHandler } from './types';
import { WebRTCError, ConnectionEvent, EventHandler } from './types';
interface WebSocketManagerConfig {
url: string;