rabbitmq / rabbitmq-objc-client

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

Added basic.recover #131

Closed AndrewMcDrew closed 6 years ago

AndrewMcDrew commented 6 years ago

I know that there should be tests accompanying this addition but currently I'm not able to add them.

pivotal-issuemaster commented 6 years ago

@AndrewMcDrew Please sign the Contributor License Agreement!

Click here to manually synchronize the status of this Pull Request.

See the FAQ for frequently asked questions.

michaelklishin commented 6 years ago

basic.recover is effectively a deprecated protocol feature (replaced by publisher throttling/flow control + prefetch on the consumer end in practice). I'm happy to QA this and merge, just mentioning this. It has nothing to do with automatic connection recovery either, it's a consumer-oriented flow control feature.

michaelklishin commented 6 years ago

And thank you for contributing, by the way :)