Is turbo-rails incompatible with async Action Cable adapter?

The rails turbo:install command replaces the async adapter with redis in the development environment. I haven’t found any explanation for this change, and in fact,

the dev/test environments for turbo-rails itself use the async adapter.

Can anyone shed light on this?

1 Like