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

Bus building goes bang when concurrently instantiating multiple instances all pointing at the same endpoint #8

Closed
uglybugger opened this issue Dec 8, 2013 · 0 comments
Assignees
Labels

Comments

@uglybugger
Copy link
Contributor

Discovered by @DamianMac. We have race conditions when creating multiple bus instances in separate processes (e.g. when hitting F5 on a solution with multiple startup projects) because we ensure the existence of queues and topics by checking whether they exist and then creating them if not.

@ghost ghost assigned uglybugger Dec 8, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant