Method: ActionCable::Connection::Base#on_close
- Defined in:
- actioncable/lib/action_cable/connection/base.rb
#on_close(reason, code) ⇒ Object
:nodoc:
151 152 153 |
# File 'actioncable/lib/action_cable/connection/base.rb', line 151 def on_close(reason, code) # :nodoc: send_async :handle_close end |