MeshCore

Known bugs

Everything known to be wrong, including the things that will not be fixed and why. Reporting from inside the app is coming.

All (5) Open (1) Confirmed (4)

#1 Delivery state never reaches the other device

Confirmed high both Sync affects 0.9.14

INSERT OR IGNORE drops delivery_state, ack_tag and the path on merge, so a message acknowledged on the phone shows as unacknowledged on the desktop for ever.

#4 “Tap to retry” is not clickable

Confirmed normal desktop Chat affects 0.9.14

retryExhausted is emitted and nothing listens for it, so the prompt appears and does nothing.

Workaround

Send the message again by hand.

#2 Merged map shows a stale position on the phone

Confirmed normal android Map affects 0.9.14

On merge the first sighting wins rather than the newest, so a node that has moved keeps its old pin.

#3 Auto-add checkbox never loads from the radio

Confirmed low desktop Settings affects 0.9.14

The line that reads the setting is unreachable — it sits after a return. The checkbox shows its default rather than what the radio holds.

Workaround

Set it once and it is applied correctly; only the display is wrong.