instance method
handle_close
Ruby on Rails 8.1.2
Since v5.2.8.1 PrivateSignature
handle_close()
No documentation comment.
Source
# File actioncable/lib/action_cable/connection/base.rb, line 211
def handle_close
logger.info finished_request_message
server.remove_connection(self)
subscriptions.unsubscribe_from_all
unsubscribe_from_internal_channel
disconnect if respond_to?(:disconnect)
end
Defined in actioncable/lib/action_cable/connection/base.rb line 211
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionCable::Connection::Base