Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Handle repeated packet after potentially canceling previous Tx #5330

Merged
merged 2 commits into from
Nov 12, 2024

Conversation

GUVWAF
Copy link
Member

@GUVWAF GUVWAF commented Nov 12, 2024

This reverts #5315 and part of #5232. Due to #5315, sometimes packets would not be sent to the PhoneAPI/MQTT because wasSeenRecently() found a packet that was just added by a previous call to that function.

Instead of changing wasSeenRecently() as done in #5232, when receiving a repeated packet (when the original Tx is retransmitting), only after potentially canceling a packet in the TxQueue, we will check if we needed to rebroadcast this packet again, or resend an ACK.

@thebentern thebentern merged commit e866734 into meshtastic:master Nov 12, 2024
43 of 44 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants