module

ActionCable::Server::Connections

# Action Cable Server Connections

Collection class for all the connections that have been established on this specific server. Remember, usually you’ll run many Action Cable servers, so you can’t use this collection as a full list of all of the connections established against your application. Instead, use RemoteConnections for that.

Constants

BEAT_INTERVAL = 3

Files

  • actioncable/lib/action_cable/server/connections.rb