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
We should stick to some kind of pattern when sending push notifications.
The game-update event's structure should be fine.
We should also use a different channel for each game. So instead of sending a subscription to the channel game, we will send to channel game-1, where 1 is the game id.
The text was updated successfully, but these errors were encountered:
We should stick to some kind of pattern when sending push notifications.
The game-update event's structure should be fine.
We should also use a different channel for each game. So instead of sending a subscription to the channel
game
, we will send to channelgame-1
, where 1 is the game id.The text was updated successfully, but these errors were encountered: