yyzhang123

Results 3 comments of yyzhang123

I have the same problem as you, but my code as follow: first, I set the receive and send timeouts via http_listener_config like following: http_listener_config listenconfig; listenconfig.set_timeout(utility::seconds(3));//设置收发超时时间为3s,及backlog为0 this is my...

> Same problem. You have a blocking `wait` inside a handler. If the system is loaded, all threads in the task pool will be blocked. Hi, Thanks for your reply,...

> I also met the same problem, any way to solve it ? yes, Do not perform blocking wait inside a listener handler,you should use Asynchronous task chain when recv...