Hello,
I'm working with 3 servers, 1 client and 1 provisionner ( 4 nRF52832-DK + 1 android with NRF Mesh App ).
Client side : light switch proxy_client example
Server side : light switch proxy_server example
After provisionning I push the button 1 on the client side and I can read ( with RTT ) on server side :
<t: 1083370>, main.c, 115, Got SET command to 1
but only once. If I push again it's written : Cannot send - client 1 is busy.
About the provisionning, I configured publication and subscription addresses to match each other.
How to get a return status?
Thank you very much.