MQTT-Client-Framework
MQTT-Client-Framework copied to clipboard
iOS, macOS, tvOS native ObjectiveC MQTT Client Framework
When using Carthage to build frameworks the `MQTTWebSocketTransport` is not available. Example Cartfile: github "ckrey/MQTT-Client-Framework" Is there a way to include this submodule in the built framework through Carthage update?
Based on the current mechanism, we can only know that the message is sent successfully, but the callback of the failed message failed. Please add
let user to decide wheather trigger reconnect,sometime when `error.code` == MQTTSessionErrorConnackBadUsernameOrPassword | MQTTSessionErrorConnackServeUnavailable,reconnect is unnecessary.
We claim that we support iOS 6 which is too low. There is no simple way to test this even manually and number of people using it is quite low...
There are a lot of APIs to support backwards compatibility. It is hard to handle this and we should remove all that is not necessary.
Some tests were disabled because they were failing. We need to either remove them if they are not valuable or fix them and enable them again. Also we need to...
Remove or add condition check for [UIApplication sharedApplication] in ForegroundReconnection.h so that the framework can be used in widgets.
If you call [session connect] or [session disconnect] in a row MQTTSession will try to do flow second time as well where it could just return immediately. Basic implementation of...
After the application card is collected, it is found that MQTT causes application deadlock. The following screenshot shows the specific content
no updates for years