method

event_loop_class

rails latest stable - Class: ActionCable::Server::Configuration

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.

event_loop_class()
public

No documentation available.

# File actioncable/lib/action_cable/server/configuration.rb, line 39
      def event_loop_class
        if use_faye
          ActionCable::Connection::FayeEventLoop
        else
          ActionCable::Connection::StreamEventLoop
        end
      end