pymodbus-dev / pymodbus

A full modbus protocol written in python
Other
2.26k stars 922 forks source link

Fix setblocking call #1996

Closed alexrudd2 closed 7 months ago

alexrudd2 commented 7 months ago

socket.setblocking() takes bool not 0

https://docs.python.org/3/library/socket.html#socket.socket.setblocking 

janiversen commented 7 months ago

Ups, good catch !