# File lib/pr_eventmachine.rb, line 445 445: def send_data data 446: # TODO, coalesce here perhaps by being smarter about appending to @outbound_q.last? 447: unless @close_scheduled or @close_requested or !data or data.length <= 0 448: @outbound_q << data.to_s 449: end 450: end