You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 28, 2022. It is now read-only.
The client script is not transferring the data properly. Nothing is received on the server side.
I have run the client script on the Raspberry Pi 3B+ and Zero W. Both machines have this issue.
It is possible that the packets sent from the Pi are significantly less than 4096 bytes, which would explain why the server is blocking (since it is waiting to receive exactly 4096 bytes).
The client script is not transferring the data properly. Nothing is received on the server side.
I have run the client script on the Raspberry Pi 3B+ and Zero W. Both machines have this issue.
Possibly Helpful Resources:
Python TCP no delay option
Python Socket Flush
Python sockets connecting but no data transfer (Pi)
The text was updated successfully, but these errors were encountered: