rabbitmq / rabbitmq-objc-client

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

If a channel open times out, don't accept any further frames on that channel. #57

Closed camelpunch closed 8 years ago

camelpunch commented 8 years ago

handleFrameset will otherwise end up delivering the open-ok if it eventually arrives, confusing future method waits.

This situation should probably instead become a connection: failedToOpenChannel: error:

camelpunch commented 8 years ago

This was resolved in #60