Skip to content

Bug fix for socket methods.

Compare
Choose a tag to compare
@miccoli miccoli released this 19 Feb 14:26

Bugfix for socket methods in pyownet.protocol

Do not use socket.recv(size, _MSG_WAITALL) (unreliable) but loop until all bytes are received. (Closes issue #2)