Closed
Description
Description
Currently if we push multiple packets and wait on them, they do not appear in order on the other end in the order in which they were pushed.
How to Reproduce
Steps to reproduce the behavior:
- Push multiple SGAs in a row
- Wait on the pushes to complete
- See that the SGAs do not appear on the other end in sequence.
Expected Behavior
SGAs should be delivered reliably and in the order in which they were pushed on the other end of the TCP connection.