I created the following using ActionCable but not able to receive any data that is being broadcasted.
Comments Channel:
class CommentsCh
Changing the cable adapter from async to redis in config/cable.yml fixed it for me. Not sure why async was not working.
async
redis
config/cable.yml