vapor-community / sockets

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

Add more informative Socket error descriptions #47

Closed czechboy0 closed 8 years ago

czechboy0 commented 8 years ago

Just pull this into the project and automatically translate the codes into messages (enum values): https://gist.github.com/czechboy0/517b22041c0eeb33f723bb66933882e4

This will allow for easy checking of specific errors

czechboy0 commented 8 years ago

Fixed by #54