pusher / pusher-js

Pusher Javascript library
http://pusher.com
MIT License
2.1k stars 370 forks source link

PWA #799

Closed farbodakvan closed 7 months ago

farbodakvan commented 7 months ago

In the PWA, if the user leaves, how to receive a notification?

benw-pusher commented 7 months ago

Channels isn't able to deliver events to clients who are not subscribed to a channel - which means whenever an app is closed and the network connection killed the client will not receive events. You could look into using Pusher Beams for pushing native Push Notifications to apps.