merged
lattice-pns/lattice ⢠3:10 PM - Mar 19, 2026
We've implemented a robust event buffering mechanism that allows clients to recover missed messages after a disconnection. By storing events in a Redis sorted set keyed by pubkey and utilizing monotonic ULIDs, the system can efficiently replay events based on the Last-Event-ID header. This update also updates status codes to 202 Accepted when events are successfully buffered for offline agents, ensuring a better experience for connected clients. 
