We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi! Starting to know the library, I noticed that qos1 is hardcoded on MqttSubscription? Does this make sense ?
public func subscribe(_ topic: String, qos: CocoaMQTTQoS = .qos1) { let filter = MqttSubscription(topic: topic) return subscribe([filter]) }
The text was updated successfully, but these errors were encountered:
It's OK, It's swift syntax to set default values.
Sorry, something went wrong.
Hi, what I mean is the qos variable is not injected into MqttSubscription object thus what we set is completely ignored
haha. you are right. I will fix it.
fix: 1.FrameAuth header 2.FrameSubAck header 3.CustomStringConvertibl…
08cc6bd
…e for differnet version 4.func subscribe qos bug 5.didPublishAck and MqttDecodePubRec may be nil (#445 #446)
Cool, thanks! I could have made a PR, but I thought maybe I was missing something 🤪
leeway1208
No branches or pull requests
Hi! Starting to know the library, I noticed that qos1 is hardcoded on MqttSubscription? Does this make sense ?
The text was updated successfully, but these errors were encountered: