instance method remote_connections

Ruby on Rails edge

Since edge

Signature

remote_connections()

Gateway to RemoteConnections. See that class for details.

Source
# File actioncable/lib/action_cable/server/base.rb, line 103
      def remote_connections
        @remote_connections || @mutex.synchronize { @remote_connections ||= RemoteConnections.new(self) }
      end

Defined in actioncable/lib/action_cable/server/base.rb line 103 · View on GitHub · Improve this page · Find usages on GitHub

Defined in ActionCable::Server::ThreadedExecutor::Base

Type at least 2 characters to search.

Use the arrow keys to navigate results, Enter to open one, Escape to close.

Keyboard shortcuts

/
Focus search
⌘K / Ctrl-K
Command palette
?
This help
Esc
Close