Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
subscribe
Method · 0.95
reconnectAfterClose
Method · 0.95
Calls
1
connect
Method · 0.95
Tested by
no test coverage detected