Skip to content

Conversation

@apeyser
Copy link

@apeyser apeyser commented Aug 29, 2024

Python socket.recv takes a _maximum_length -- but may return a shorter message depending on detail of the socket state. Replaced with a socket.recv_into loop that read the entire json message.

Python socket.recv takes a _maximum_length -- but may return a shorter message depending on detail of the socket state. Replaced with a socket.recv_into loop that read the entire json message.
@apeyser
Copy link
Author

apeyser commented Aug 29, 2024

fixes #213

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant