pub const DEFAULT_WS_READ_TIMEOUT_MS: u64 = 1800000; // 1_800_000u64Expand description
The default WebSocket read timeout in milliseconds. This constant defines the maximum time to wait for a WebSocket read operation before timing out, helping to prevent hanging connections.