I am getting an Exception from the MQTT code and not from any of my calls.
#### Exception System.Exception - 0x00000000 (182) ####
#### Message: Unknown packet type.
#### GHIElectronics.TinyCLR.Networking.Mqtt.Mqtt::ReceiveThread [IP: 00ef] ####
#### Exception System.IndexOutOfRangeException - 0xa9000000 (186) ####
#### Message:
#### GHIElectronics.TinyCLR.Networking.Mqtt.Mqtt::DecodePacketTypePublish [IP: 0025] ####
#### GHIElectronics.TinyCLR.Networking.Mqtt.Mqtt::ReceiveThread [IP: 0085] ####
#### Exception System.Exception - 0x00000000 (182) ####
#### Message: Unknown packet type.
#### GHIElectronics.TinyCLR.Networking.Mqtt.Mqtt::ReceiveThread [IP: 00ef] ####
I then have to reconnect MQTT and this repeats over and over.