Hi all,
I love libuv. I started using this in a project of mine over at
github.com/redbrain/overflow. I have an issue where i would like to have the tcp handle reconnect on disconnect but i seem to be unable to do this without closing the event loop and recreating the event loop to call connect again.
Maybe i have missed something really stupid but i cant find anything on this with my google foo.
--Phil