# File lib/cool.io/eventmachine.rb, line 128 def on_connect # @connection_timer.detach if @connection_timer # won't need that anymore :) -- with server connecteds we don't have it, anyway # TODO should server accepted's call this? They don't currently # [and can't, since on_connect gets called basically in the initializer--needs some code love for that to happen :) @call_back_to_this.connection_completed if @call_back_to_this end