In development when I switch to adapter: litecable in config/cable.yml then it is not calling the connected() function. It does successfully call the initialized() function.
Everything works correctly when I switch back to adapter: async where I get connected() and received()
I am using puma gem for development server on Rails 7.1. Let me know if there is any other information that would be helpful.