Writes data to the EventMachine connection
Returns nothing
99 100 101 102
# File 'lib/em-rtmp/connection.rb', line 99 def write(data) Logger.debug "sending #{data.length} bytes to stream" send_data data end