| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | Track event sequences globally, not per channel. | Owen Jacobson | 2024-10-01 |
| | | | | | Per-channel event sequences were a cute idea, but it made reasoning about event resumption much, much harder (case in point: recovering the order of events in a partially-ordered collection is quadratic, since it's basically graph sort). The minor overhead of a global sequence number is likely tolerable, and this simplifies both the API and the internals. | ||
| * | Assign sequence numbers from a counter, not by scanning messages | Owen Jacobson | 2024-09-28 |
