I happen to see my server (being developed using libuv) doesn't _always_ get notification whenever client gets terminated abruptly. Most of the time I get the notification in read callback, but not always.
As a result, the connection remains valid but it is useless as client is not connected anymore. Is there any way to close these connection (such that they get terminated after some time) ? (Btw, I could see function uv_tcp_keepalive and tried using that but no luck) -- You received this message because you are subscribed to the Google Groups "libuv" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/libuv. For more options, visit https://groups.google.com/d/optout.
