Skip to content

refactor(delayed): restructure delayed message handling and add debug…#303

Merged
bittcrafter merged 1 commit intormqtt:masterfrom
bittcrafter:dev/0.17.0
Sep 20, 2025
Merged

refactor(delayed): restructure delayed message handling and add debug…#303
bittcrafter merged 1 commit intormqtt:masterfrom
bittcrafter:dev/0.17.0

Conversation

@bittcrafter
Copy link
Copy Markdown
Collaborator

… logging

  • Extract delayed publish logic from SessionState::forwards to separate method
  • Add inner_forwards method with debug logging for message tracing
  • Clear delay_interval before sending delayed messages to prevent recursion
  • Move delayed message handling to proper execution point in message flow
  • Maintain same functionality while improving code organization

… logging

* Extract delayed publish logic from SessionState::forwards to separate method
* Add inner_forwards method with debug logging for message tracing
* Clear delay_interval before sending delayed messages to prevent recursion
* Move delayed message handling to proper execution point in message flow
* Maintain same functionality while improving code organization
@bittcrafter bittcrafter merged commit b0054d6 into rmqtt:master Sep 20, 2025
10 checks passed
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.

1 participant