[Bug] Tor chat: message stuck on spinner though peers already received it #32
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
On the all-nodes Tor group chat, a sent message is received by other nodes BEFORE the sender's UI confirms it sent — sender keeps showing a spinner (no sent confirmation). The send-ack/optimistic-send state does not resolve even though delivery succeeded. Relates to B23. Code: core/archipelago/src/mesh (typed_messages/listener), frontend stores/mesh.ts + Mesh.vue. (Found 2026-06-16)
Fixed: Archipelago(Tor) group send is now concurrent (commit
ef2991a1) — spinner clears after slowest single delivery. Deployed.