Hi, list
Now I am coding for one non-blocking httpclient based on event-machine, and it seems the client will hang for 50 seconds if the destination is unreachable. My questions are
- How can I short the timeout? I had tried conn.set_comm_inactivity_timeout(5), but it didn't work
- How can I add TimeoutHandler to the connection?
Thanks!
/Jack