Hi, i am currently testing communication between two android devices and i receive randomly this 3104 errror
(no connection to client at org.eclipse.paho.client.mqttv3.internal.ExceptionHelper.createMqttException(ExceptionHelper.java:31)).
I made an directory to store these outgoing messages, and want send them later. But i want to know, what the best setup for mqtt communiction is: should i always open and close the connection to avoid this errors, maybe with a service or should i look for another provider? My communiction is two way, i want to have synched two sqlite databases with the help of mqtt.
(no connection to client at org.eclipse.paho.client.mqttv3.internal.ExceptionHelper.createMqttException(ExceptionHelper.java:31)).
I made an directory to store these outgoing messages, and want send them later. But i want to know, what the best setup for mqtt communiction is: should i always open and close the connection to avoid this errors, maybe with a service or should i look for another provider? My communiction is two way, i want to have synched two sqlite databases with the help of mqtt.