mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
723375147b
* You can distinguish connection among others with specific `application_name` ```sql SELECT application_name FROM pg_stat_activity; /* application_name ------------------------ psql ActionCable-PID-42 (2 rows) */ ``` * It's possible to customize connection identification with `id` option in `cable.yml` `ActionCable-PID-#{$$}` is the default value * Related tests refactoring * `ActionCable::Server#config.cable` is no mutated anymore inside Redis subscription adapter |
||
---|---|---|
.. | ||
channel | ||
connection | ||
helpers | ||
server | ||
subscription_adapter | ||
channel.rb | ||
connection.rb | ||
engine.rb | ||
gem_version.rb | ||
remote_connections.rb | ||
server.rb | ||
subscription_adapter.rb | ||
test_case.rb | ||
test_helper.rb | ||
version.rb |