Hi, I'm using mongoose 5.4 and trying to process 2 requests at the same time. I quickly noticed that the 2nd request only gets processed once the 1st event is returned. After looking through the documentation, I see that you can return MG_MORE when receiving an MG_REQUEST and keep on processing your request in a seperate thread. My understanding is that once done processing, a MG_TRUE should be returned for that connection when an MG_POLL event comes in which in turn closes the connection.
Unfortunatly, I can't make this work, even in a very basic example. The browser doing the request just waits indefinitly without receiving anything. Am I doing something wrong? -- 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/d/optout.
