instance method
unsubscribe
Ruby on Rails 7.2.3
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 23
def unsubscribe(channel, message_callback)
raise NotImplementedError
end
Defined in actioncable/lib/action_cable/subscription_adapter/base.rb line 23
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionCable::SubscriptionAdapter::Base