mirror of
https://github.com/meshcore-dev/MeshCore.git
synced 2026-05-18 01:05:37 +00:00
* room server: minor timing fix
This commit is contained in:
@@ -344,6 +344,8 @@ protected:
|
||||
reply_data[7] = 0; // FUTURE: reserved
|
||||
memcpy(&reply_data[8], "OK", 2); // REVISIT: not really needed
|
||||
|
||||
next_push = futureMillis(PUSH_NOTIFY_DELAY_MILLIS); // delay next push, give RESPONSE packet time to arrive first
|
||||
|
||||
if (packet->isRouteFlood()) {
|
||||
// let this sender know path TO here, so they can use sendDirect(), and ALSO encode the response
|
||||
mesh::Packet* path = createPathReturn(sender, client->secret, packet->path, packet->path_len,
|
||||
|
||||
Reference in New Issue
Block a user