Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added Stream Communication Test with Send and Recv
- Contains a short test for stream communications between server and client. - Server sends a message to client and client receives the message and then a comparison is done to see if the messages match. - There is a while loop which loops if the message for some reason was not completely sent. In that case, it is the users' responsibilities to resend the remaining message. Issue: eclipse-omr#5069 Signed-off-by: Haley Cao <haleycao88@hotmail.com>
- Loading branch information