Closed sambasevam closed 7 months ago
This PR adds support for batched new stream requests and hangups. The goal of supporting batching in the OWT layer is to avoid calling DrainPendingStreams() every time for N streams. Instead, we'll make one single call per batch of requests/hangups.
DrainPendingStreams()
Wrong repo
This PR adds support for batched new stream requests and hangups. The goal of supporting batching in the OWT layer is to avoid calling
DrainPendingStreams()
every time for N streams. Instead, we'll make one single call per batch of requests/hangups.