UBERF-8433: Support for archived workspaces (#6937)

Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
Andrey Sobolev
2024-11-12 18:06:51 +07:00
committed by GitHub
parent 1afe8ef326
commit a220fac255
29 changed files with 506 additions and 119 deletions
+1
View File
@@ -61,6 +61,7 @@ export interface ClientFactoryOptions {
onHello?: (serverVersion?: string) => boolean
onUpgrade?: () => void
onUnauthorized?: () => void
onArchived?: () => void
onConnect?: (event: ClientConnectEvent, data: any) => void
ctx?: MeasureContext
onDialTimeout?: () => void | Promise<void>