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

Merge EventAggregator and MessageBus #4

Open
distantcam opened this issue Jan 25, 2013 · 5 comments
Open

Merge EventAggregator and MessageBus #4

distantcam opened this issue Jan 25, 2013 · 5 comments

Comments

@distantcam
Copy link

It would be really cool if these two items were merged. Currently if you fire an event on one the other doesn't know about it, and vice versa.

@dchaib
Copy link
Owner

dchaib commented Jan 26, 2013

It sounds like it could be interesting, yes. I'll have a look at it.

@dchaib
Copy link
Owner

dchaib commented Feb 6, 2013

I have been looking into this, but I have some doubts. While I do understand the general idea, I'm not sure I see the real benefit here. Wouldn't you better off chosing one or the other? Do you have an example where you would actually "need" both? Or is it just to be able to make the transition from one to the other or use code that cannot be changed?

@distantcam
Copy link
Author

Yes you would be better off choosing one, and you don't need it.

I was thinking mainly for legacy projects where you've started with one, and want to swap to the other. Currently I have an existing Caliburn.Micro project with ReactiveUI being the new thing. Lots of old style IHandles mixed in with new MessageBus.

Ultimately this would be cool to have, so you won't have a problem if you mix the two. But if it's hard it doesn't have to be a high priority.

@dchaib
Copy link
Owner

dchaib commented Sep 28, 2014

@distantcam Is it still something you would find useful?

@distantcam
Copy link
Author

Useful, yes. But I'm not sure how useful. In the end I tended to just pick one or the other.

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

No branches or pull requests

2 participants