instance method
identifier
Ruby on Rails 8.0.4
Since v6.1.7.10Signature
identifier()
No documentation comment.
Source
# File actioncable/lib/action_cable/subscription_adapter/base.rb, line 31
def identifier
@server.config.cable[:id] ||= "ActionCable-PID-#{$$}"
end
Defined in actioncable/lib/action_cable/subscription_adapter/base.rb line 31
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionCable::SubscriptionAdapter::Base