This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Lost callback messages when the function receive many simultaneous messages

Hello!

I am developing a solution that has a gateway and about 10 devices.

The devices has some sensors and their are connected in gateway. Actually I catch the sensor values and send to gateway, this feature works fine, but when the solution runs with all devices, their sends the message in the same time and some messages are losted in the handle_cb function (gateway).

Someone can help me to resolve or improve this problem, because I wanna have a error rate < 3%.

Related