ActionCable::RemoteConnections::RemoteConnection
class ActionCable::RemoteConnections::RemoteConnection
Represents a single remote connection found via ActionCable.server.remote_connections.where(*)
. Exists solely for the purpose of calling disconnect on that connection.