CU-SRL / DAQ

Code for Static Test Stand DAQ
2 stars 0 forks source link

Find way around using socket.MSG_DONTWAIT #40

Open LyonFoster opened 3 years ago

LyonFoster commented 3 years ago

Windows sockets are implemented differently and we need to find an OS-agnostic way of making sockets non-blocking

zroy33 commented 3 years ago

Correct me if I'm wrong, could we not just use setblocking(false)? Or just set the timeout to 0?