# File lib/em-websocket/handler.rb, line 45 def receive_data(data) @data << data process_data rescue WSProtocolError => e fail_websocket(e) end