Skip to content

Conversation

KrawMire
Copy link

@KrawMire KrawMire commented Oct 5, 2025

Description:

If EnableParallelSend is true, then delayed messages will be sent in parallel too. Instead of sending them immediately, they first placed at the _publishedChannel like the regular messages.

Issue(s) addressed:

Changes:

  • Publish delayed messages to the _publishedChannel if _enableParallelSend = true.

Affected components:

  • Dispatcher from the IDispatcher.Default.cs file.

How to test:

Turn on EnableParallelSend and use PublishDelayAsync or PublishDelay methods.

Checklist:

  • I have tested my changes locally
  • I have updated tests of Dispatcher.
  • My changes follow the project's code style guidelines

Reviewers:

I'm new to this project, so anybody who knows this part of the code :)

@demorgi
Copy link
Contributor

demorgi commented Oct 7, 2025

@yang-xiaodong ptal, I don't have enought context over this

@yang-xiaodong
Copy link
Member

Thanks for the PR. I'm on vacation and will take a look in a few days.

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.

3 participants