Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
sync.ModbusUdpClient: Correct reference to settimeout.
I could not find a 'settimeout' (case-insensitive) anywhere in the codebase other than on this line, but I *did* see it was a method of socket.socket. So I'll assume that this was *supposed* to be calling socket.socket.settimeout.
- Loading branch information