vapor-community / sockets

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

Fix TCP sockets on Linux acting unreliably. Two changes were made. … #103

Closed cwoloszynski closed 7 years ago

cwoloszynski commented 7 years ago

…First, we now respect if the socket_send returned an error. Second, there was an incorrect variable referenced in the send() function.