We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
4753e92
Bugfix for socket methods in pyownet.protocol
pyownet.protocol
Do not use socket.recv(size, _MSG_WAITALL) (unreliable) but loop until all bytes are received. (Closes issue #2)
socket.recv(size, _MSG_WAITALL)