-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
[Messenger] Add message priority feature for Messenger #41573
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
4 tasks
Thank you for this suggestion. |
@carsonbot Yes. And there is a PR waiting for review. |
Hello there, should be very appreciated |
Thank you for this suggestion. |
yes |
yes |
This would be very useful! |
I needed it too |
me too |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
Provide possibility to prioritize messages of the same type by introduction of
PriorityStamp
.Messenger currently offers prioritized transports. It only works fine when you define priority per message type.
Currently I'm working on a project where we needed a priority queue. Requests coming from certain users should be handled first. It is possible to do so:
But there are at least two problems here:
Currently working on a PR, will submit it soon.
The text was updated successfully, but these errors were encountered: