# File lib/rack/websocket/handler/base/connection.rb, line 24 def send_data(*args) EM.next_tick do @socket.send_data(*args) end end