Topic: Consider whether there's a race between catch_up() finishing and the subscriber being registered — if an event is appended between those two steps, it could be missed

Date: 2026-05-29

Time: 11:12

The observations include the file up to line 200, but LiveProjection starts around line 210+. Let me work with what's available — the key lines are visible: line 225 (store.subscribers.append(self.onevent)) and line 227 (def on_event).

Topics to Explore

Beliefs