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