pub async fn run_bidirectional_streaming<F: TransportFactory>()Expand description
Test bidirectional streaming: both sides send multiple items.
Verifies:
- Concurrent DATA frames in both directions
- Independent EOS per direction (half-close)
- Proper state machine transitions