instance method
call
Ruby on Rails 5.2.8.1
Since v5.2.8.1Signature
call(env)
Called by Rack to setup the server.
Parameters
-
envreq
Source
# File actioncable/lib/action_cable/server/base.rb, line 28
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 28
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionCable::Server::Base