Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Support] Fix the Read/Write of socket stream (#17284)
This PR fixes the `dmlc::Stream::Read/Write` for TCP socket. Given socket does not guarantee that all data are send received/sent in a single shot, we need to use `RecvAll/SendAll`.
- Loading branch information