const SEND_TIMEOUT: Duration;Expand description
How long to wait for a backpressured send before treating the consumer as hung and dropping the subscription.
All three indexer streams apply backpressure so a slow consumer doesn’t miss notifications, but without a bound a consumer whose connection is half-open (dead TCP not yet detected) would block the listener task indefinitely.