MCPcopy Create free account
hub / github.com/bearlyai/OpenADE / connectQuietly

Method connectQuietly

projects/runtime-client/src/client.ts:126–128  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

124 }
125
126 private connectQuietly(): void {
127 void this.connect().catch(() => undefined)
128 }
129
130 private async openLoop(): Promise<void> {
131 while (!this.stopped) {

Callers 2

subscribeMethod · 0.95
reconnectAfterCloseMethod · 0.95

Calls 1

connectMethod · 0.95

Tested by

no test coverage detected