You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
title Example Action Cable Sequence
Postgres->Client: fetch updated data from database
Client->ActionCable: subscribe to channel
ActionCable->Client: receives channel broadcasted data from other clients
Client->ActionCable: broadcasts updates to channel
Client->Postgres: persist data to database