vapor-community / sockets

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

Improvements #95

Closed loganwright closed 7 years ago

loganwright commented 7 years ago

92

Commits got a little mixed up either way, bringing us back here.

andreasley commented 7 years ago

@LoganWright I wouldn't mind having permission to create branches in socks. Makes merges less tricky than using my own fork.

andreasley commented 7 years ago

@LoganWright I'm worried about the quality of Socks. There are a few fundamental problems and we just keep piling on fixes, hoping not to create new problems for its users. Is switching Vapor to a different library worth considering (before Swift Server APIs are ready)?

andreasley commented 7 years ago

I have some additional fixes in https://github.com/andreasley/socks . Especially some improvements to to sending data on nonblocking sockets (used to fail for big amounts of data).

tanner0101 commented 7 years ago

Closing in favor of #101.