smallnest / epoller

epoll implementation for connections in Linux, MacOS and Windows
MIT License
83 stars 28 forks source link

Misleading close behaviour for Remove #13

Open StarpTech opened 1 month ago

StarpTech commented 1 month ago

Hi, the comment says something about close but the fd is never closed in Remove. Is it intentional?

https://github.com/smallnest/epoller/blob/master/epoll_bsd.go#L98

smallnest commented 1 month ago

the comment should be deleted.