Closed TheCount closed 2 months ago
The Server.Publish API does not allow to specify MQTT 5 properties.
The obvious workaround would be to use Server.InjectPacket instead. However, the server's inline client Server.inlineClient is not exported.
Server.inlineClient
Is there a simple way to inject a publishing with properties?
Duplicate of #428.
The Server.Publish API does not allow to specify MQTT 5 properties.
The obvious workaround would be to use Server.InjectPacket instead. However, the server's inline client
Server.inlineClient
is not exported.Is there a simple way to inject a publishing with properties?