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. |
||
---|---|---|
.. | ||
base_test.rb | ||
broadcasting_test.rb | ||
naming_test.rb | ||
periodic_timers_test.rb | ||
rejection_test.rb | ||
stream_test.rb |