mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-22 09:35:00 +02:00
:Apply templates (#3799)
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
@@ -303,6 +303,9 @@ class TSessionManager implements SessionManager {
|
||||
code: number,
|
||||
reason: string
|
||||
): Promise<void> {
|
||||
if (this.checkInterval !== undefined) {
|
||||
clearInterval(this.checkInterval)
|
||||
}
|
||||
// if (LOGGING_ENABLED) console.log(workspaceId.name, `closing websocket, code: ${code}, reason: ${reason}`)
|
||||
const wsid = toWorkspaceString(workspaceId)
|
||||
const workspace = this.workspaces.get(wsid)
|
||||
|
||||
Reference in New Issue
Block a user