instance method
handle_close
Ruby on Rails edge
Since v5.0.7.2Signature
handle_close()
No documentation comment.
Source
# File actioncable/lib/action_cable/connection/base.rb, line 99
def handle_close
subscriptions.unsubscribe_from_all
unsubscribe_from_internal_channel
disconnect
end
Defined in actioncable/lib/action_cable/connection/base.rb line 99
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionCable::Connection::Base