mobile-web-messaging / MQTTKit

MQTT Objective-C client for iOS
Apache License 2.0
462 stars 226 forks source link

Declare connected in the correct location #5

Closed Jeraimee closed 10 years ago

jmesnil commented 10 years ago

Like I wrote in https://github.com/jmesnil/MQTTKit/pull/1#issuecomment-40816154, the public header should only declare the prop as readonly (the value changes depending on the connection status so a client must not be able to change it).

Jeraimee commented 10 years ago

Sorry about that, I forgot. Fixed it up.

jmesnil commented 10 years ago

merged in d2f28cb6f9620a44745f7255531e0d9518ba484f

thanks!