Properties
Protected allThreadsContinued
allThreadsContinued: boolean = true
Protected Readonly connection
connection: Promise<IWebSocket>
Protected Readonly connectionFactory
connectionFactory: (sessionId: string) => Promise<IWebSocket>
Type declaration
-
- (sessionId: string): Promise<IWebSocket>
-
Parameters
Returns Promise<IWebSocket>
Protected Readonly emitters
Readonly onDidCustomEvent
onDidCustomEvent: Event<Event> = ...
Protected Readonly onDidCustomEventEmitter
onDidCustomEventEmitter: Emitter<Event> = ...
Protected Readonly pendingRequests
pendingRequests: Map<number, (response: Response) => void> = ...
Protected Readonly requestHandlers
Private sequence
sequence: number = 1
Readonly sessionId
sessionId: string
Protected Readonly toDispose
toDispose: DisposableCollection = ...
Protected Readonly traceOutputChannel
traceOutputChannel: undefined | OutputChannel