Represents a single remote connection found via
ActionCable.server.remote_connections.where(*)
. Exists solely
for the purpose of calling disconnect on that
connection.
Namespace
Methods
- D
- I
- N
Included Modules
Class Public methods
new(server, ids)
Link
Instance Public methods
disconnect()
Link
Uses the internal channel to disconnect the connection.