vapor-community / sockets

🔌 Non-blocking TCP socket layer, with event-driven server and client.
MIT License
575 stars 54 forks source link

2.0 + remove nonblocking #116

Closed tanner0101 closed 7 years ago

tanner0101 commented 7 years ago
codetalks-new commented 7 years ago

Wow, lots of changes. I wander why we should remove the nonblocking code? is there any potential bug? I used startWatching in my project,then one day, it seems there is a little bug so I changed to use a new thread and the select I/O Model to watch new data.