First two thread messages are in reversed order #7
Labels
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
cadence/out-of-your-element#7
Loading…
Add table
Add a link
Reference in a new issue
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?
This only happens when a thread is created from an existing message. Independent threads are not affected.
This is probably a race condition. See docs/algorithms.md for more info.
This is probably hard to fix.
Does this happen always, or only occasionally (as one could expect from a race condition)? Because if it happens always, then I guess #74 somehow fixed it (it didn't happen to me once). I don't know how; I wasn't really trying to fix it, but I did. Either that, or it got fixed a long time ago, but this issue remained open.
I've only seen it happen always.