Skip to content

Commit

Permalink
Handle courier event message send success event not being triggered …
Browse files Browse the repository at this point in the history
…for qos 3 and 4
  • Loading branch information
alfianlosari committed Feb 20, 2024
1 parent 3c231cc commit ae0484c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ class MQTTClientFrameworkSessionManager: NSObject, IMQTTClientFrameworkSessionMa
printDebug("COURIER: Puback Handler for Special QoSes")
if error == nil {
let mid = midProvider?() ?? 0
delegate?.sessionManager(self, didDeliverMessageID: mid, topic: topic, data: data, qos: qos, retainFlag: retainFlag)
self.delegate?.sessionManager(self, didDeliverMessageID: mid, topic: topic, data: data, qos: qos, retainFlag: retainFlag)
}
}
}
Expand Down

0 comments on commit ae0484c

Please sign in to comment.