arobson / rabbot

Deprecated: Please see https://github.com/Foo-Foo-MQ/foo-foo-mq
MIT License
277 stars 129 forks source link

Clean up internal state when we delete a Queue #98

Closed aankur closed 6 years ago

aankur commented 7 years ago

Issue #97 , is the result of not clearing the internal state. This PR attempts to solve it. @arobson please suggest if this is the right way to do it.

arobson commented 6 years ago

@aankur - the v2 branch that I hope to merge and publish (at least as a pre-release) later today resolves this issue, albeit differently than this PR. I was able to run the example code in #97 without issues.