instance method
pubsub
Ruby on Rails edge
Since edgeSignature
pubsub()
Adapter used for all streams/broadcasting.
Source
# File actioncable/lib/action_cable/server/base.rb, line 137
def pubsub
@pubsub || (executor && @mutex.synchronize { @pubsub ||= config.pubsub_adapter.new(self) })
end
Defined in actioncable/lib/action_cable/server/base.rb line 137
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionCable::Server::ThreadedExecutor::Base