You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello! Thanks for providing CocoaMQTT - I guess the only native Swift MQTT 5.0 client?
Trying to run the sample app against the brokers in https://test.mosquitto.org/ fail - I am able to connect but:
Trying to subscribe to a topic yields an immediate disconnection
Trying to publish to a topic crashes the library with the following:
I have also tried with a paho based 5.0 broker and the result is the same. The test broker broker-cn.emqx.io referenced in the sample works fine (apart from a "JSON" message prepending every message when version 5.0 is selected).
The text was updated successfully, but these errors were encountered:
Hello! Thanks for providing CocoaMQTT - I guess the only native Swift MQTT 5.0 client?
Trying to run the sample app against the brokers in https://test.mosquitto.org/ fail - I am able to connect but:
I have also tried with a paho based 5.0 broker and the result is the same. The test broker
broker-cn.emqx.io
referenced in the sample works fine (apart from a "JSON" message prepending every message when version 5.0 is selected).The text was updated successfully, but these errors were encountered: