pub async fn close_implies_flush<A, B, S, E>(alice: A, bob: B)
Expand description
Verifies that Alice can send a message and immediately close the stream afterwards and Bob can
use read_to_end
to read the entire message.
pub async fn close_implies_flush<A, B, S, E>(alice: A, bob: B)
Verifies that Alice can send a message and immediately close the stream afterwards and Bob can
use read_to_end
to read the entire message.