method

open

open()
private

No documentation available.

# File actioncable/lib/action_cable/connection/client_socket.rb, line 121
        def open
          return unless @ready_state == CONNECTING
          @ready_state = OPEN

          @event_target.on_open
        end