rabbitmq / rabbitmq-objc-client

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

Introduce RMQConnection#isOpen #133

Closed michaelklishin closed 5 years ago

michaelklishin commented 6 years ago

Most clients have this method/function and it is occasionally useful, e.g. see #132.

gossmer commented 5 years ago

I think this could be solved easily by reporting back to the client RMQConnectionDelegate when handshakeComplete is done.

michaelklishin commented 5 years ago

@gossmer would you be interested in working on a PR for that? ;)