2014-04-14 10:49 GMT+02:00 Fedor Indutny <[email protected]>:
> Hello!
>
> Unfortunately, libuv couldn't give you such guarantees, even more - right
> now the order is a FIFO, i.e. each handle is prepended to the
> `closing_handles` list.
>
> This may change in future, so please don't rely on any order. I would
> suggest trying to perform some sort of refcounting in server code, closing
> it only after all connections were closed.

Clear. Thanks a lot.



-- 
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.

Reply via email to