pub const WS_REQUEST_TIMEOUT: Duration;Expand description
Maximum wait for a JSON-RPC response on the WebSocket transport before the
request outcome is treated as unknown, so a silent venue cannot hang
connect() or an order write. Matches HTTP_TIMEOUT.