Closed slundqui closed 2 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 81.92%. Comparing base (
3ee7d90
) to head (c916e89
). Report is 1 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Previously, initializing two
LocalHyperdrive
objects on existing pools will result in missed event data on the second pool. This adds a flag so that the database always gets updated with all events on pool object initialization.