method

alive?

rails latest stable - Class: ActionCable::Connection::FayeClientSocket

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v5.0.0.1) is shown here.

alive?()
public

No documentation available.

# File actioncable/lib/action_cable/connection/faye_client_socket.rb, line 14
      def alive?
        @faye && @faye.ready_state == Faye::WebSocket::API::OPEN
      end