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