> IIRC we disable EINTR on Nim's sockets.

Oh I'll dig into that. I've mostly gotten `EAGAIN`'s. In theory I think a TCP 
socket would exhibit the same issue as above when the kernel buffer filled up 
(when using `setNonBlocking(true)`). It's just harder to write an example. But 
I'll see what I can come up with, and post them as a Github issue (bug, rfc?).

Reply via email to