Flowdock
method

finalize_close

Importance_0
Ruby on Rails latest stable (v6.1.7.7) - 0 notes - Class: ClientSocket
finalize_close() private

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File actioncable/lib/action_cable/connection/client_socket.rb, line 149
        def finalize_close
          return if @ready_state == CLOSED
          @ready_state = CLOSED

          @event_target.on_close(*@close_params)
        end
Register or log in to add new notes.