fix(packages/api)!: handle dead connections better

This commit is contained in:
PalmDevs
2024-01-18 22:43:19 +07:00
parent 4792fde5a3
commit 56e364cedb
5 changed files with 71 additions and 57 deletions

View File

@@ -1,4 +1,3 @@
export { default as Client } from './Client'
export * from './Client'
export { default as ClientGateway } from './ClientGateway'
export * from './ClientGateway'
export * from './ClientWebSocket'