instance method stop_stream_for

Ruby on Rails 7.2.3

Since v6.1.7.10

Available in: v6.1.7.10 v7.0.10 v7.1.6 v7.2.3 v8.0.4 v8.1.2

Signature

stop_stream_for(model)

Unsubscribes streams for the model.

Parameters

model req
Source
# File actioncable/lib/action_cable/channel/streams.rb, line 132
      def stop_stream_for(model)
        stop_stream_from(broadcasting_for(model))
      end

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

Defined in ActionCable::Channel::Streams

Type at least 2 characters to search.

↑↓ navigate · open · esc close