Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [paho-dev] mqtt31.js losing messages

Hi,

I've not heard of anyone with this problem, although equally I don't think I've heard of anyone using the javascript client on iOS. Are the messages sent and received quickly or over a period of time. Does your iOS app stay connected or have to reconnect? What QoS are the messages?

If messages were QoS 0 and the app was not connected all the time, then some messages could go missing, as QoS 0 does not guarantee delivery under those circumstances.

Ian

On 06/30/2014 01:36 PM, Deivson Rayner T. Costa wrote:
Hi everyone,

I have a code using mqtt31.js inside iOS7 running over a Cordava hybrid app. This works fine sending messages, however I am not receiving all messages, I have my app connected to a topic and another web client (http://mqtt.io/) connected to the same topic, I can see my web client receiving all the messages, but the app on iOS receive, let to say, each 2 or 3 messages.

Have anyone been faced this problem?

Thanks,

Deiv
_______________________________________________
paho-dev mailing list
paho-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/paho-dev

--
Ian Craggs
icraggs@xxxxxxxxxx                 IBM United Kingdom
Committer on Paho, Mosquitto



Back to the top