vapor-community / sockets

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

Bugfixes, refactoring #49

Closed czechboy0 closed 8 years ago

czechboy0 commented 8 years ago
tanner0101 commented 8 years ago

These look good to me. My only suggestion would be the usage of defer over including deallocation calls in the guard else statements.

czechboy0 commented 8 years ago

Thanks, see above for a response on why we can't really use defer.