MCPcopy Create free account
hub / github.com/block/buzz /

Class

desktop/src/shared/api/readOnlyRelayClient.ts:27–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25 * an explicit URL and should disconnect as soon as their polling batch finishes.
26 */
27export class ReadOnlyRelayClient {
28 private wsId: number | null = null;
29 private onMessageChannel: Channel<unknown> | null = null;
30 private connectPromise: Promise<void> | null = null;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected