-
Notifications
You must be signed in to change notification settings - Fork 6.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TCP Server don't get the right data from the client #27174
Comments
In client you have this which is wrong.
After I removed |
Hi, thanks for your answer, but it doesn't work. |
@shiraez |
I used this test program for testing |
I ran your test but this is still print "len 1024" and the buffer is 0. |
When using latest upstream, I get
When running it in 1.14, I get the same print |
I use native_posix 64 bit. |
This issue has been marked as stale because it has been open (more than) 60 days with no activity. Remove the stale label or add a comment saying that you would like to have the label removed otherwise this issue will automatically be closed in 14 days. Note, that you can always re-open a closed issue at any time. |
can you please help me out in my project on tcp client-server communication using cora z7 and h265 |
When i open tcp server and tcp client with different threads, buffer filled with trash using zsock_recv.
TCP Server:
TCP client:
Environment:
-POSIX
The text was updated successfully, but these errors were encountered: