clockworklabs / com.clockworklabs.spacetimedbsdk

The SpacetimeDB SDK for C# clients
https://spacetimedb.com
Apache License 2.0
6 stars 0 forks source link

Try to catch flaky bugs #150

Closed RReverser closed 1 month ago

RReverser commented 1 month ago

Description of Changes

We have some flaky bug where Events are getting modified while we're already iterating over them in the snapshot.

I think this might've been fixed by #144, but add extra checks just in case so that the exception is thrown in a concrete event that causes it, and not inside snapshot serialization.

API

If the API is breaking, please state below what will break

Requires SpacetimeDB PRs

List any PRs here that are required for this SDK change to work