eclipse / paho.mqtt.javascript

paho.mqtt.javascript
Other
1.14k stars 468 forks source link

Clearing retained message - length from payloadString present? #228

Closed guydingmike closed 3 years ago

guydingmike commented 3 years ago

When a "clearing" retained message (0 length) has been received by a client will the payloadString.length be available and equal to 0 or will the payloadString be NULL?

guydingmike commented 3 years ago

payloadString is non-NULL and length is 0.