Re: libev callbacks getting called for same socket fd and same event

2012-01-10 Thread Marc Lehmann
On Wed, Jan 11, 2012 at 05:29:02AM +0100, Sandeep wrote: > Though I am doing this, libev is repeatedly calling me with same socket > fd and event, recursively. Thus some of my fd's will never be completed, > thus getting stuck. I don't believe this is true - can you make a testcase where you actu

libev callbacks getting called for same socket fd and same event

2012-01-10 Thread Sandeep
Hello, I am using libev alongside a 3rd party software libcurl. libcurl gives me a socket and an associated event. My job is to track the event on the socket and then call back libcurl again saying that, the event has happened on the socket. For this I am using libev (for notifying me when the e