Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/srcbookdev/srcbook
/ retryInMs
Method
retryInMs
packages/web/src/clients/websocket/client.ts:100–102 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
98
}
99
100
private retryInMs() {
101
return
RETRY_IN_MS[this.currentRetry - 1] || DEFAULT_RETRY_IN_MS;
102
}
103
104
private onOpen = () => {
105
this.currentRetry = 0;
Callers
1
WebSocketClient
Class · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected