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 was archived by the owner on Sep 16, 2024. It is now read-only.
The s.send() and s.receive() functions elsewhere in my program work correctly. When the program executes the s.readinto() function it gives the error:
AttributeError: 'socket' object has no attribute 'readinto'
What do I need to do to correct the error?
Thanks.