aboutsummaryrefslogtreecommitdiffstats
path: root/lib/action_cable/remote_connections.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/action_cable/remote_connections.rb')
-rw-r--r--lib/action_cable/remote_connections.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/action_cable/remote_connections.rb b/lib/action_cable/remote_connections.rb
index df390073de..ae7145891c 100644
--- a/lib/action_cable/remote_connections.rb
+++ b/lib/action_cable/remote_connections.rb
@@ -42,6 +42,7 @@ module ActionCable
server.broadcast internal_redis_channel, type: 'disconnect'
end
+ # Returns all the identifiers that were applied to this connection.
def identifiers
server.connection_identifiers
end