-
Notifications
You must be signed in to change notification settings - Fork 0
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
Companion to SpacetimeDB#1812 (light tx, C#) #170
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 tasks
Centril
force-pushed
the
centril/websocket-light
branch
from
October 15, 2024 15:14
53d5c75
to
3bad3a8
Compare
Centril
force-pushed
the
centril/websocket-light
branch
7 times, most recently
from
October 15, 2024 21:56
3798ed7
to
2fbc5bd
Compare
Centril
force-pushed
the
centril/websocket-light
branch
from
October 17, 2024 13:57
2fbc5bd
to
c15951a
Compare
gefjon
approved these changes
Oct 23, 2024
@@ -65,6 +66,12 @@ public DbConnectionBuilder<DbConnection, Reducer> WithCompression(Compression co | |||
return this; | |||
} | |||
|
|||
public DbConnectionBuilder<DbConnection, Reducer> WithLightMode(bool light) |
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.
I question why this needs to take a bool, tbh, since false
is the default and so the only reason to call this is to assign true
, but I also don't care.
Centril
force-pushed
the
centril/websocket-gzip3
branch
from
October 29, 2024 10:51
13612a5
to
d43ae41
Compare
As far as I can determine these are missing meta files. I added the missing meta files |
Centril
force-pushed
the
centril/websocket-gzip3
branch
from
October 30, 2024 12:07
d43ae41
to
0f7ca15
Compare
Centril
force-pushed
the
centril/websocket-light
branch
from
October 30, 2024 12:20
1e81268
to
b83cc54
Compare
Centril
changed the title
Companion to SpacetimeDB#1812
Companion to SpacetimeDB#1812 (light tx)
Oct 30, 2024
Centril
force-pushed
the
centril/websocket-gzip3
branch
from
October 30, 2024 13:26
0f7ca15
to
e4911fe
Compare
Centril
force-pushed
the
centril/websocket-light
branch
from
October 30, 2024 13:27
b83cc54
to
b538f7c
Compare
lcodes
force-pushed
the
centril/websocket-light
branch
from
October 30, 2024 20:40
b538f7c
to
8a65659
Compare
lcodes
reviewed
Oct 30, 2024
Centril
force-pushed
the
centril/websocket-gzip3
branch
from
October 31, 2024 17:45
67ab96f
to
bffa8cf
Compare
Centril
force-pushed
the
centril/websocket-light
branch
from
October 31, 2024 17:48
8a65659
to
3572fd3
Compare
support TransactionUpdateLight support SetReducerFlags
Centril
force-pushed
the
centril/websocket-light
branch
from
October 31, 2024 18:10
3572fd3
to
befe0d1
Compare
Centril
changed the title
Companion to SpacetimeDB#1812 (light tx)
Companion to SpacetimeDB#1812 (light tx, C#)
Nov 4, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description of Changes
Adds C# sdk support for clockworklabs/SpacetimeDB#1812.
Requires SpacetimeDB PRs
NoSuccessNotify
SpacetimeDB#1812Testsuite
SpacetimeDB branch name: centril/websocket-light