Matthias Nott
2026-03-22 c69c4fec2443b28ac39c33a383716e4bfaf50ae6
docs: add message send queue to high priority TODO
1 files modified
changed files
TODO.md patch | view | blame | history
TODO.md
....@@ -1,5 +1,13 @@
11 # PAILot Flutter - TODO
22
3
+## High Priority
4
+
5
+### Message Send Queue (reliability)
6
+- Queue outgoing messages locally until WebSocket confirms delivery
7
+- Retry on reconnect — messages sent during disconnection/restart aren't lost
8
+- Visual indicator on messages: sending → sent (currently fire-and-forget)
9
+- Daemon restart drops in-flight messages — need client-side persistence
10
+
311 ## Pending Features
412
513 ### File Transfer (send/receive arbitrary files)