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