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

added basic support for MockQueue#unsubscribe #4

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jsaedtler
Copy link

Hi Dan,

i came about an issue when using moqueue on different specs in another project where moqueue is used to mock the mq parts. It raised the DoubleSubscribeError even after calling unsubscrube on the mocked queue.

After browsing your source i found that unsubscribe is implemented rather small, so i tried to fix it. It works for me and i added an spec.

What do you think of my proposal?

Thanks
Jörg

@edemkumodzi
Copy link

edemkumodzi commented Jul 22, 2018

Hey @danielsdeleo,

I'm currently facing the same issue @jsaedtler described above. Could this be merged?

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.

2 participants