Method: ActionCable::Connection::Base#on_close

Defined in:
actioncable/lib/action_cable/connection/base.rb

#on_close(reason, code) ⇒ Object

:nodoc:



164
165
166
# File 'actioncable/lib/action_cable/connection/base.rb', line 164

def on_close(reason, code) # :nodoc:
  send_async :handle_close
end