Cockatrice/webclient/src/websocket/persistence/index.ts
Jeremy Letto e9ba195d7d
Refactor websocket into separate services, clean up socket status communication (#4433)
* Refactor websocket into separate services, clean up socket status communication

* cleanup

* add EOF lines

* fix keepalive logged in check

* undo change

* fix keepalive connection check

* cleanup

* add typings

* secure connection

Co-authored-by: Jeremy Letto <jeremy.letto@datasite.com>
2021-10-17 01:07:30 -04:00

2 lines
112 B
TypeScript

export { RoomPersistence } from "./RoomPersistence";
export { SessionPersistence } from "./SessionPersistence";