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

Can't create a broker without middlewares #90

Closed
davidt99 opened this issue May 24, 2018 · 1 comment
Closed

Can't create a broker without middlewares #90

davidt99 opened this issue May 24, 2018 · 1 comment
Assignees
Labels
Milestone

Comments

@davidt99
Copy link
Contributor

I wanted to create a broker without any middlewares using this code snippet:

broker = RabbitmqBroker(url=broker_url, middleware=[])

But the broker is created with the default middlewares.

@Bogdanp Bogdanp added the bug label May 25, 2018
@Bogdanp Bogdanp self-assigned this May 25, 2018
@Bogdanp
Copy link
Owner

Bogdanp commented May 25, 2018

Yup, that looks like a bug. I'll see if I can fix it this weekend. Thanks!

@Bogdanp Bogdanp added this to the v1.3.0 milestone May 26, 2018
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

2 participants