Open LyonFoster opened 3 years ago
Windows sockets are implemented differently and we need to find an OS-agnostic way of making sockets non-blocking
Correct me if I'm wrong, could we not just use setblocking(false)? Or just set the timeout to 0?
Windows sockets are implemented differently and we need to find an OS-agnostic way of making sockets non-blocking