| 4 | import logger from "../../config/logger"; |
| 5 | |
| 6 | class WdaStreamClient extends EventEmitter { |
| 7 | private client: net.Socket | null = null; |
| 8 | private consumer = new MjpegParser(); |
| 9 |
nothing calls this directly
no outgoing calls
no test coverage detected