-
Notifications
You must be signed in to change notification settings - Fork 663
C#: Add confirmed reads configuration #3282
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Allows the SpacetimeDBClient to be configured with or without confirmed reads. Like for [TypeScript], the parameter is optional -- the server chooses the default if not set explicitly. [TypeScript]: #3247
JasonAtClockwork
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM - when we improve testing in the future we may want to include confirmation of this flag being set and read.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM - when we improve testing in the future we may want to include confirmation of this flag being set and read.
I did test this against the regression tests with and without and had no troubles.
Allows the SpacetimeDBClient to be configured with or without confirmed reads. Like for TypeScript, the parameter is optional -- the server chooses the default if not set explicitly.
Expected complexity level and risk
1
Testing
I don't actually know what I'm doing 😅