24 25 26 27
# File 'lib/faye/protocol/server.rb', line 24 def open_socket(client_id, socket, env) return unless client_id and socket @engine.open_socket(client_id, Socket.new(self, socket, env)) end