moscajs / mosca

MQTT broker as a module
mosca.io
3.2k stars 513 forks source link

Adding retain flag to retained messages #707

Closed jdavidagudelo closed 6 years ago

jdavidagudelo commented 6 years ago

Retained messages sent to the client do not contain the retain flag set to true.

mcollina commented 6 years ago

Unfortunately this is against the spec. Retained messages delivered from a standard subscriptions should have retain set to false.