aciidgh / SwiftMQTT

MQTT Client in pure swift ❤️
MIT License
270 stars 71 forks source link

MesageId from server always set to 0 #47

Closed quaint closed 5 years ago

quaint commented 5 years ago

For all messages from a server I'm getting messageId = 0 and no callback is called as it can't be found in callbacks array.

quaint commented 5 years ago

Duplicate