Skip to content

[Feature] Respect user-defined delayLevel in fallback path of sendMessageBack #9355

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

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

DivyanshIITB
Copy link
Contributor

This PR ensures that the user-defined delayLevel is respected even when sendMessageBack(...) falls back to sendMessageBackAsNormalMessage(...). Previously, the fallback ignored the custom delay level and used a default based on reconsumeTimes, leading to unintended retry delays. With this change, the intended delay behavior is preserved, improving consistency and reliability without breaking existing functionality.

Fixes #9342

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feature] sendMessageBackAsNormalMessage use the delayLevel user provided
1 participant