module
Importance_1
Ruby on Rails latest stable (v7.1.3.2) - 0 notes

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

Attributes

Show files where this module is defined (1 file)
Register or log in to add new notes.