rabbitmq / rabbitmq-objc-client

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

Close connection obeying spec #15

Closed camelpunch closed 8 years ago

camelpunch commented 8 years ago

If choosing to close, must send Close, and wait for Close OK.

Inversely, if receiving Close, must send Close OK before closing.