Server
Base
# 所有 Channel 类
channel_classes
# identified_by 指定的标识符
connection_identifiers
# streams/broadcasting 所使用的适配器
# ActionCable::SubscriptionAdapter::Async 实例
pubsub
# ActionCable::RemoteConnections 实例
remote_connections
# ActionCable::Connection::StreamEventLoop 实例
stream_event_loop
# ActionCable::Server::Worker 实例
worker_pool
# 断开带有某标识符的连接
disconnectBroadcasting
广播与接收一般要对应
最后更新于