MCPcopy Create free account
hub / github.com/AutoCodeStack/ios-device-farm /

Class

src/modules/wda-stream/wda.stream.ts:6–6  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4import logger from "../../config/logger";
5
6class WdaStreamClient extends EventEmitter {
7 private client: net.Socket | null = null;
8 private consumer = new MjpegParser();
9

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected