I have a simple OnOff client server running on Zephyr. I'm developing on macOS and platformio.The nodes are self configured. If I restart the client it cannot reconnect to the network. The server has these warnings:
[00:00:50.491,302] <wrn> bt_mesh_transport: Replay: src 0x0001 dst 0xc000 seq 0x00000c
[02:35:53.890,472] <wrn> bt_mesh_transport: Replay: src 0x0001 dst 0xc000 seq 0x00000d
[02:36:04.170,074] <wrn> bt_mesh_net: Duplicate found in Network Message Cache
[02:36:10.606,018] <wrn> bt_mesh_net: Duplicate found in Network Message Cache
Restarting the server allows the client to reconnect. What do I need to do to allow the client to reconnect on it's own?