2014-07-21 11:32 GMT+02:00 Iñaki Baz Castillo <[email protected]>: > Question: Is it safe to do this? > > > - bind UDP (sucess) > - uv_close > - uv_run > - uv_close_loop
Also, I call uv_close passing NULL as callback. It seems to work (I don't need a callback since the handle is allocated in the stack and is deleted automatically when the function ends). -- Iñaki Baz Castillo <[email protected]> -- 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.
