-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 06/12/2014 08:19 PM, Ashish wrote: > > When uv_tcp_connect was in progress, I had to stop event loop. And > it crashed.
How did you stop it? How did it crash? > Is there any way to cancel call in progress ? (I read uv_cancel. > But seems it has limitations. Also not on Windows) > There is currently no way to cancel an ongoing connect request. uv_cancel only cancels threadpool operations, but just on Unix for the time being. - -- Saúl Ibarra Corretgé bettercallsaghul.com -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 Comment: Using GnuPG with Icedove - http://www.enigmail.net/ iQIcBAEBAgAGBQJTmghPAAoJEEEOVVOum8BZRi4P/0I3IcU7bWKuJ3CKAJmfoIHC Sy65ylzWzvpYXa1X/VBgPpVQT1QA2SOFEpfp+D/iDXLK7WEH2OogthKQ8MsHlbYV cJ6KKrwsErT1j2cnAtJDnBQ2e4kpHMECoi6g71CDYy6L/xga7giLGLWA0S28FMGe gflwLbAAyyaIdyqOyDbt1LMniOY+qVCVdOnpV1IUOsNyNN4kKcFj0Ve1dMMj2SkV julg8NiBpWRhQ3GrJZoxQl8xa8NKAOgnsSmk4tWVBU0an1/jpCTwhr/5aeHYlBNK IxgV/m3fH57G6u13tsOBE81ri1lnCLaySVW6K+mo/vF1CRuw/XykcfeyUx8rW0XJ E7wTnQ60kSrcrLSsH/D0rr514xrm5mX2+pH/L6AsmK1VbkCfoy/KHK+wdVThTbHk jw8nGgZae97o4rA4lRMOX4NveBPs21Fx/NJZ6Foga5SzRs/9U4XaAuqCeyag2bx0 uN/SXrYaipXgtKOyjTzFSHl2DG3jEW/fvUVGJ36C7EtYc8gLW6f+R8ReEnCSOiBX U41M1LMS5AGOYAwc1Ag6h70JyZc016rAnO5JZqi2rxstljwyCLw882UNr6w9EDRl 3SBVsvfgbDPDw5fvpeY3T11lFZI05rcyF6+v22+qWxFGFz9gut778WPRTkY1Sc2S Q+X/3XcvTFe12LJ5/8E+ =Mj2k -----END PGP SIGNATURE----- -- 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.
