instance method
handle_close
Ruby on Rails 5.0.7.2
Since v5.0.7.2 Private — implementation detail, not part of the public APISignature
handle_close()
No documentation comment.
Source
# File actioncable/lib/action_cable/connection/base.rb, line 177
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 177
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionCable::Connection::Base