Buffers don't match! when running ClientTest #67
northstarvn
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
to solve the problem, maybe the ServerTest to update this code line:
int amount = theServer.Write(readData, 100);
into ?
int amount = theServer.Write(readData, 0);
to ensure the written data always based at zero?
Beta Was this translation helpful? Give feedback.
All reactions