# File lib/cool.io/eventmachine.rb, line 137
    def connection_has_timed_out
      return if closed?

      # wonder if this works when you're within a half-connected phase.
      # I think it does.  What about TCP state?
      close unless closed?
      @call_back_to_this.unbind
    end