On Fri, Jan 17, 2014 at 4:03 PM, alex <[email protected]> wrote: > That works a little better, but it's still inside the select() call, so if > no other data has happened across the sockets, it will not get called > anyway, right? >
Correct. You can make timeout for mg_poll_server() small, or even 0. That would be close to busy loop. -- You received this message because you are subscribed to the Google Groups "mongoose-users" 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/mongoose-users. For more options, visit https://groups.google.com/groups/opt_out.
