Skip to content

Commit 4be4a72

Browse files
authored
Merge pull request rails#54674 from vsppedro/pedro/update-docs
docs: clarify async adapter limitation
2 parents 27ff6c0 + 96fad05 commit 4be4a72

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

guides/source/action_cable_overview.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -749,6 +749,8 @@ Below is a list of the subscription adapters available for end-users.
749749
750750
The async adapter is intended for development/testing and should not be used in production.
751751
752+
NOTE: The async adapter only works within the same process, so for manually triggering cable updates from a console and seeing results in the browser, you must do so from the web console (running inside the dev process), not a terminal started via `bin/rails console`! Add `console` to any action or any ERB template view to make the web console appear.
753+
752754
##### Redis Adapter
753755

754756
The Redis adapter requires users to provide a URL pointing to the Redis server.

0 commit comments

Comments
 (0)