You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use this plugin for sending messages from JMeter to my console app via MQTT protocol (eclipse-mosquitto server v2.0.14).
Console app gets messages via MQTTnet.Extensions.ManagedClient v3.1.2. But unfortunately, MQTTnet.MqttApplicationMessage.ContentType = null always. I would like to have "application/json" there. Does it possible to set ContentType for Payload?
The text was updated successfully, but these errors were encountered:
I use this plugin for sending messages from JMeter to my console app via MQTT protocol (eclipse-mosquitto server v2.0.14).
Console app gets messages via MQTTnet.Extensions.ManagedClient v3.1.2. But unfortunately, MQTTnet.MqttApplicationMessage.ContentType = null always. I would like to have "application/json" there. Does it possible to set ContentType for Payload?
The text was updated successfully, but these errors were encountered: