remote_connections()
Gateway to RemoteConnections. See that class for details.
# File actioncable/lib/action_cable/server/base.rb, line 53 def remote_connections @remote_connections || @mutex.synchronize { @remote_connections ||= RemoteConnections.new(self) } end