Skip to content

Commit 9d5c486

Browse files
author
Scott Powell
committed
* room server fix
1 parent 213d085 commit 9d5c486

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/simple_room_server/MyMesh.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ void MyMesh::pushPostToClient(ClientInfo *client, PostInfo &post) {
7575
if (reply) {
7676
if (client->out_path_len == OUT_PATH_UNKNOWN) {
7777
unsigned long delay_millis = 0;
78-
sendFlood(reply, delay_millis, _prefs.path_hash_mode);
78+
sendFlood(reply, delay_millis, _prefs.path_hash_mode + 1);
7979
client->extra.room.ack_timeout = futureMillis(PUSH_ACK_TIMEOUT_FLOOD);
8080
} else {
8181
sendDirect(reply, client->out_path, client->out_path_len);

0 commit comments

Comments
 (0)