| 246 | } |
| 247 | |
| 248 | export class RemoteAppServerClient { |
| 249 | private ws: WS | null = null |
| 250 | private readonly events: AsyncEventQueue<RemoteAppServerEvent> |
| 251 | private readonly pendingRequests = new Map<string, PendingRequest>() |
nothing calls this directly
no outgoing calls
no test coverage detected