Interface: ExecOptions
Defined in: src/exec.ts:10
Properties
pingIntervalMs?
optionalpingIntervalMs?:number
Defined in: src/exec.ts:16
Optional websocket keepalive interval in milliseconds (1 to 2147483647). Only one ping is outstanding until a pong is received; this is not a pong timeout. Ignored when the socket does not support ping and Node-style event listeners.