Dear all,
Last week i have a problem, my device ( mesh server ) could not publish message to Gateway (client).
After some hours debuging, I releazied root cause of problems is replay protection cache in Gateway.
If replay cache is full, gateway will discard message, application layer will never received message again until device reboot.
Maybe i must increase value REPLAY_CACHE_ENTRIES, but i think it is not good solution.
What should i do in this case?
Thank you.