Echo/Websocket Support for Notification #4196
Unanswered
RhysLees
asked this question in
Ideas & Feature Requests
Replies: 1 comment 1 reply
-
|
pusher support would be nice! |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I think it could be a good option to support real-time notifications. Often with the current implementation of polling for notifications, if a notification is just sent out you may have to wait a while to receive the notification if you just missed the poll. The issue with increasing the poll frequency is that if you have a lot of users, your server will be bombarded with requests.
Adding the option to use echo/WebSockets for notifications would limit requests and also would allow instant notification which improves user experience.
Of course, this would have to be an optional feature as it would otherwise gate keep users from using notifications that don't have access/means to use WebSockets but it would be great as an optional feature.
Beta Was this translation helpful? Give feedback.
All reactions