Also i want to remember about very important part of asyncdispatch - selectors.nim, and your work with this part. Do you remember [https://github.com/nim-lang/Nim/blob/devel/lib/pure/ioselects/ioselectors_epoll.nim#L405-L411](https://github.com/nim-lang/Nim/blob/devel/lib/pure/ioselects/ioselectors_epoll.nim#L405-L411) ? Why you decide that selectors.nim and epoll.nim are only suited to work with sockets? What about pipes, file descriptors? And how do you think what error you obtain using getsockopt() on pipe or file descriptor?
- Re: Data loss with async sockets dom96
- Re: Data loss with async sockets cheatfate
- Re: Data loss with async sockets cheatfate
- Re: Data loss with async sockets mrhdias
- Re: Data loss with async sockets dom96
- Re: Data loss with async sockets cheatfate
- Re: Data loss with async sockets dom96
- Re: Data loss with async sockets cheatfate
- Re: Data loss with async sockets cheatfate
- Re: Data loss with async sockets cheatfate
- Re: Data loss with async sockets cheatfate
- Re: Data loss with async sockets Araq
- Re: Data loss with async sockets zevv
- Re: Data loss with async sockets bpr
- Re: Data loss with async sockets mratsim
- Re: Data loss with async sockets bpr
- Re: Data loss with async sockets pigmej
- Re: Data loss with async sockets Araq
- Re: Data loss with async sockets rayman22201