instance method transmissions

Ruby on Rails edge

Since edge

Signature

transmissions()

Returns messages transmitted into channel

Source
# File actioncable/lib/action_cable/channel/test_case.rb, line 255
        def transmissions
          # Return only directly sent message (via #transmit)
          socket.transmissions.filter_map { |data| data["message"] }
        end

Defined in actioncable/lib/action_cable/channel/test_case.rb line 255 · View on GitHub · Improve this page · Find usages on GitHub

Defined in ActionCable::Channel::ChannelExt::TestCase::Behavior

Type at least 2 characters to search.

Use the arrow keys to navigate results, Enter to open one, Escape to close.

Keyboard shortcuts

/
Focus search
⌘K / Ctrl-K
Command palette
?
This help
Esc
Close