method
new
v7.0.0 -
Show latest stable
- Class:
ActionCable::Server::Base
new(config: self.class.config)public
No documentation available.
# File actioncable/lib/action_cable/server/base.rb, line 24
def initialize(config: self.class.config)
@config = config
@mutex = Monitor.new
@remote_connections = @event_loop = @worker_pool = @pubsub = nil
end