Hi, I had an error on my application following the "Getting started example", implementing a Rest Server in a multithreaded application. Sometimes, an exception is caught . It's description is: epoll_ctl(epoll_fd, EPOLL_CTL_ADD, fd, &ev)...
When I use libevent to code, when I send message using curl, it then return not immediately.Then I check the error , the error is below: [warn] Epoll ADD(1) on fd 1 failed. Old events were 0; read change was 1 (add); write change was 0 (...
I have problem with send file from docker container on ExtEventLoop. I have exception for static-server. Warning: Event::add(): Epoll ADD(1) on fd 16 failed. Old events were 0; read change was 1 (add); write change was 0 (none): Operatio...