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>
This commit is contained in:
Jeremy Letto
2021-10-17 00:07:30 -05:00
committed by GitHub
parent 19333c53f6
commit e9ba195d7d
52 changed files with 815 additions and 757 deletions

View File

@@ -4,4 +4,4 @@ export class RouterService {
resolveUrl(path, params) {
}
}
}