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