Coder Social home page Coder Social logo

Comments (2)

MathewHDYT avatar MathewHDYT commented on May 27, 2024

The return method does not block while the package is being sent. So the boolean only shows where the data could be initally sent with the MqttClient.

But it is configured to be "Fire-and-Forget", meaning we do not resend or get informed about lost packages. This is mainly because that is not how MQTT is meant to work. MQTT is mainly meant for small data values that are sent often, meaning resending lost packets would cause a needless overhead.

If you want to adjust that you would need to change the TBPubSubClient, simply go into the installed library and search for retained and set all occurences of it to true as the default value when passing the argument.


Additionally -95 is incredibly bad, meaning even if the above options is enabled it could be likely, that the sends are still not successfull. Mainly because the internet connection is not stable enough to actually transmit the data to the mqtt broker successfully.


Besides the aforementioned issue this is not something that can be fixed in the library, so either attempt to integrate the above fix and see if it helps at all and if not the only other way is to increase your WiFi connection or in the best case use a Lan cable, which is much more reliable.

from thingsboard-client-sdk.

vijayflashbulb avatar vijayflashbulb commented on May 27, 2024

Thank you @MathewHDYT for your reply.
yes i have also observed that everything works fine on wifi but cellular connection gives problems.

from thingsboard-client-sdk.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.