vapor-community / sockets

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

Added ability to watch a nonblocking socket for available data #86

Closed andreasley closed 8 years ago

andreasley commented 8 years ago

This PR is part of a series to enable nonblocking operation in Vapor and solve https://github.com/vapor/engine/issues/66

andreasley commented 8 years ago

Some (unchanged) tests seem to fail in Travis' environment. Unfortunately, clicking "Restart job" doesn't seem to do anything. :(

loganwright commented 8 years ago

@andreasley looking into it now to see what the deal with travis is.

loganwright commented 8 years ago

Moving to #89