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