How should we go about handling connection failures (not being able to connect to) for a send().
We can either (1) throw java.net.ConnectException or (2) return false. In the second case, we need to modify the Emitter.send to return boolean. Comments? Thanks Karthik
