smrithy-silicus

Results 2 comments of smrithy-silicus

Any sample how to connect using protocol level 5 ??

@jcavar This happens when you try to publish a message just after connection is established. ``` - (void)handleEvent:(MQTTSession *)session event:(MQTTSessionEvent)eventCode error:(NSError *)error { NSString *acknowledgement; BOOL connectionAccepted = FALSE; if...