mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
831e2c8d1b
Fixes #23757. Before this commit, even if `reject` was called in the `subscribe` method for an Action Cable channel, all actions on that channel could still be invoked. This calls a `return` if a rejected connection tries to invoke any actions on the channel. |
||
---|---|---|
.. | ||
channel | ||
connection | ||
javascript | ||
server | ||
stubs | ||
subscription_adapter | ||
client_test.rb | ||
test_helper.rb | ||
worker_test.rb |