On Tue, Jul 19, 2016 at 4:11 PM, Ieio <[email protected]> wrote: > Hi Ben, > still on my problem... > I was wondering, if the cause could be the fact that I call a uv_close > instead of a uv_shutdown on my uv_stream_t. > What do you think? > > Regards, > I.
That shouldn't matter. uv_shutdown() changes the shutdown sequence that the remote peer sees but it doesn't materially affect cleanup inside libuv. -- 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 https://groups.google.com/group/libuv. For more options, visit https://groups.google.com/d/optout.
