instance method
call
Ruby on Rails 6.1.7.10
Since v5.2.8.1Signature
call(env)
Called by Rack to set up the server.
Parameters
-
envreq
Source
# File actioncable/lib/action_cable/server/base.rb, line 31
def call(env)
setup_heartbeat_timer
config.connection_class.call.new(self, env).process
end
Defined in actioncable/lib/action_cable/server/base.rb line 31
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionCable::Server::Base