Skip to content

MQTT: hack filename sends bytes rather than a string

It appears all the hack/METHOD payloads are send as strings, for example

image

However, hack/filename is sent as bytes making it difficult to parse. Any chance this can be changed to be a string like the rest?

image