rabbitmq / rabbitmq-objc-client

RabbitMQ client for Objective-C and Swift
https://rabbitmq.com
Other
241 stars 84 forks source link

Crash when recovering multiple queue bindings on same queue #75

Closed camelpunch closed 8 years ago

camelpunch commented 8 years ago

This happens because we're iterating over a mutable set while it gets mutated. Fix almost ready.

kjnilsson commented 8 years ago

tested, works