Skip to content
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

Add DispatchConsumersAsyncEnabled property on IConnection (#1611) #1615

Merged
merged 1 commit into from
Jun 27, 2024

Conversation

lukebakken
Copy link
Contributor

@lukebakken lukebakken commented Jun 27, 2024

  • Name new property DispatchConsumersAsyncEnabled.
  • Add a check on BasicConsume for when a regular dispatcher is used, and an async consumer passed.
  • Test the new DispatchConsumersAsyncEnabled property.

Follow-up to #1611
Fixes #1610

* Name new property `DispatchConsumersAsyncEnabled`.
* Add a check on `BasicConsume` for when a regular dispatcher is used, and an async consumer passed.
* Test the new `DispatchConsumersAsyncEnabled` property.
@lukebakken
Copy link
Contributor Author

@luizcarlosfaria this API change will be available in version 7. Thanks!

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.

Expose ConnectionFactory.DispatchConsumersAsync as a ReadOnly property on IConnection
2 participants