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

Introduce support for async subscribers #234

Merged
merged 1 commit into from
Jan 20, 2017
Merged

Conversation

mauroservienti
Copy link
Member

The actual broker implementation is semi async given that subscribers are standard Action. This PR introduces support for subscribers as Func<object, TMessage, Task> enabling full async support when broadcasting messages using BroadcastAsync

@mauroservienti
Copy link
Member Author

@micdenny I need to self merge this because it's blocking another project. It is a brand new addition with no changes at all to the existing API.

@mauroservienti mauroservienti removed the request for review from micdenny January 20, 2017 13:11
@mauroservienti mauroservienti self-assigned this Jan 20, 2017
@mauroservienti mauroservienti merged commit 240acab into develop Jan 20, 2017
@mauroservienti mauroservienti deleted the fully-async-broker branch January 20, 2017 13:31
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.

None yet

1 participant