ActionCable::Channel::ChannelStub (original) (raw)

Action Cable Channel Stub

Stub stream_from to track streams for the channel. Add public aliases for subscription_confirmation_sent? and subscription_rejected?.

Methods

C

R

S

Instance Public methods

Source: show | on GitHub

def confirmed? subscription_confirmation_sent? end

Make periodic timers no-op

Source: show | on GitHub

def stream_from(broadcasting, *) streams << broadcasting end