Closed klepsydra-technologies closed 6 years ago
Do you use ngrestserver or module for apache/nginx? The last still doesn't work at all.
Also the problem may be caused due to unexpected freeing of the internal data which is allocated inside service wrapper.
Please start your service using ngrestserver under Valgrind, If there any memory errors please say.
Probably related to #58. If this doesn't help, please reopen issue
Hi,
when running NGRest via callbacks, I get sometimes rest responses that are corrupted, somehow resulting in the mixing of two or more different responses to different requests.
I think the cause is that the callbacks take more time to be processed now than before, when I was not facing the issue. But I am not sure.
I tried with the Handler::post, but I get no response at all.
Is this a known issue?
Thanks.
This is a little snippet of my code: