ruby on rails - It seems that sidekiq doesn't support actioncable in Rails5? -


so i'm trying broadcast message in 1 of jobs. job being executed it's not broadcasting message. because actioncable requires puma perform message broadcasting?

so guess reason why wasn't working because cable adapter wasn't set redis in config/cable.yml


Comments

Popular posts from this blog

sql - invalid in the select list because it is not contained in either an aggregate function -

Angularjs unit testing - ng-disabled not working when adding text to textarea -

How to start daemon on android by adb -