# File lib/faye-rails/rack_adapter.rb, line 85
      def outgoing(m,c)
        debug " ** OUT: #{m.inspect}"
        c.call(m)
      end