I am using the SLM app from the 1.9.1 SDK.
I connect to my MQTT broker using TLS offloaded on the modem.
I subscribe to a topic using QoS = 1
Then if a message is published to the same topic using QoS = 1 then the nrf9160 reports the message received over and over again every few seconds.
If I instead subscribe to the topic using QoS = 0 then I will only get the messages (published at QoS = 1) one time.
Is this the intended behavior? I feel unsure that I am actually operating under QoS = 1 conditions when the subscription is set to QoS = 0.