Redis – Can't get a simple broadcast with graphql-ruby subscriptions working
I have a barebones setup for update broadcasts with graphql-ruby over Action Cable. The client receives the initial payload on subscription fine. The client isn't receiving any updates and the update method of the subscription type isn't being called. No…