instance method
unsubscribe
Ruby on Rails 7.0.10
Since v5.2.8.1Signature
unsubscribe(channel, message_callback)
No documentation comment.
Parameters
-
channelreq -
message_callbackreq
Source
# File actioncable/lib/action_cable/subscription_adapter/base.rb, line 21
def unsubscribe(channel, message_callback)
raise NotImplementedError
end
Defined in actioncable/lib/action_cable/subscription_adapter/base.rb line 21
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionCable::SubscriptionAdapter::Base