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
I'm looking to send push notifications as soon as a message has been sent and the user's client is offline.
So I believe polling every 1/3 seconds would be a bit too much.
That's a good idea! I'd like to see that in my application as well, so will probably try to implement this. I won't have time to make a implementation this week, probably in the next week. Any PR's are more than welcome 😅
Thanks for the quick reply. I'm going to try another Chat messaging provider (Ably) before giving Pusher another try.
Writing my own push server for chat messages is silly, especially if Pusher has something called "chatkit" and has "push" in their name.
I'm looking to send push notifications as soon as a message has been sent and the user's client is offline.
So I believe polling every 1/3 seconds would be a bit too much.
Is it be possible to listen for new messages in each room using this API?
https://docs.pusher.com/chatkit/reference/subscription-events#new-message
The text was updated successfully, but these errors were encountered: