On 15/03/2019 14:35, Iñaki Baz Castillo wrote: > On Fri, 15 Mar 2019 at 12:35, Saúl Ibarra Corretgé <[email protected]> wrote: >>> Can I call twice to uv_listen() with different uv_connection_cb? That >>> would make me happy :) >> >> You can, but the second time will fail if you were already listening. > > I just confirm that it does not fail at all. Note: I'm calling > uv_listen() twice in the same loop iteration. > >
Yeah, my bad. I mistakenly thought listen(2) would give EALREADY error, but that's connect(2). -- Saúl -- 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.
