Closed robTheBuildr closed 5 months ago
Users will not have machines crash on panic in EventLog.Replay.
Stream.run
EventLog.Replay
If the EventLog dies for any reason, or an event becomes nil, then the event should be skipped in Replay rather than causing a panic.
EventLog
nil
How does this PR impact the user?
Users will not have machines crash on panic in EventLog.Replay.
Describe the Change
Stream.run
EventLog.Replay
Describe the Root Cause (bug fixes only)
If the
EventLog
dies for any reason, or an event becomesnil
, then the event should be skipped in Replay rather than causing a panic.Limitations