Adds even more debugging logs to the MQTT5 decoder, only applies for temporary debugging.
Now if an unknown/unimplemented packet type enum is sent, the enum value is printed as an error. Print statements were also added after running the three main decoder functions to see which had an error.
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
Description of changes:
Adds even more debugging logs to the MQTT5 decoder, only applies for temporary debugging. Now if an unknown/unimplemented packet type enum is sent, the enum value is printed as an error. Print statements were also added after running the three main decoder functions to see which had an error.
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.