instance method
remove_subscriber
Ruby on Rails edge
Since edgeSignature
remove_subscriber(*)
No documentation comment.
Parameters
-
argsrest
Source
# File actioncable/lib/action_cable/subscription_adapter/subscriber_map.rb, line 71
def remove_subscriber(*)
@executor.post { super }
end
Defined in actioncable/lib/action_cable/subscription_adapter/subscriber_map.rb line 71
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionCable::SubscriptionAdapter::SubscriberMap::Async