You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// Note, the 1.0 api does allow for duplicate rows.
/// Hence this may be removed at any time after 1.0.
pubfneval_delta<'a,Tx:Datastore + DeltaStore>(
This is a bug.
It was necessary at the time it was introduced because the client SDKs did not handle duplicate rows. The SDKs were eventually updated to handle duplicate rows, but the deduplication on the server was never removed.
This has the potential to result in a corrupted SDK client cache for join subscriptions.
The text was updated successfully, but these errors were encountered:
The server deduplicates rows for incremental join updates before sending the updated rows to the client.
SpacetimeDB/crates/core/src/subscription/delta.rs
Lines 15 to 17 in 74661be
This is a bug.
It was necessary at the time it was introduced because the client SDKs did not handle duplicate rows. The SDKs were eventually updated to handle duplicate rows, but the deduplication on the server was never removed.
This has the potential to result in a corrupted SDK client cache for join subscriptions.
The text was updated successfully, but these errors were encountered: