refactor: optimize websocket server

Signed-off-by: MiaoWoo <admin@yumc.pw>
This commit is contained in:
2021-03-26 16:42:02 +08:00
parent 93f44e5a00
commit 1ff3a5ae62
6 changed files with 60 additions and 8 deletions

View File

@@ -46,6 +46,5 @@ io.Instance = Symbol("@ccms/websocket")
export default io
export * from './socket-io'
export * from './client'
export * from './netty'
export * from './tomcat'
export * from './server'
export * from './transport'