We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b17196a commit 7b1582aCopy full SHA for 7b1582a
examples/simple_room_server/main.cpp
@@ -583,6 +583,7 @@ class MyMesh : public mesh::Mesh, public CommonCLICallbacks {
583
584
auto reply = createAck(ack_hash);
585
if (reply) {
586
+ reply->payload[reply->payload_len++] = getUnsyncedCount(client); // NEW: add unsynced counter to end of ACK packet
587
sendDirect(reply, client->out_path, client->out_path_len);
588
}
589
0 commit comments