We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce9e058 commit 0957e20Copy full SHA for 0957e20
Sources/MQTTNIO/MQTTClient.swift
@@ -504,7 +504,7 @@ internal extension MQTTClient {
504
}
505
506
func processConnack(_ connack: MQTTConnAckPacket) throws -> MQTTConnAckPacket {
507
- // connack doesn't return a packet id so this is alway 32767. Need a better way to choose first packet id
+ // connack doesn't return a packet id so this is always 32767. Need a better way to choose first packet id
508
self.globalPacketId.store(connack.packetId + 32767, ordering: .relaxed)
509
switch self.configuration.version {
510
case .v3_1_1:
0 commit comments