Merged
Conversation
1 task
jdetter
approved these changes
Jul 23, 2025
Collaborator
jdetter
left a comment
There was a problem hiding this comment.
This seems correct to me + this was already reviewed by Tyler, I'd like to get this deployed to the website so I can see what it looks like. Unfortunately I don't think I can test this on staging right now so let's just roll it 👍
Collaborator
|
I think this needs to be added to |
Collaborator
|
@rekhoff specifically the best way to do this is to add it to |
Collaborator
|
I'm enabling auto-merge because I want to roll out these docs. |
mamcx
pushed a commit
that referenced
this pull request
Aug 26, 2025
# Description of Changes This originally was a PR in the Docs repo: clockworklabs/spacetime-docs#352 This is the work portion of https://github.com/clockworklabs/SpacetimeDBPrivate/issues/1700 This adds a "How To Reject Client Connections" guide in both Rust and C# using the language toggle functionality. Testing: - [X] Validated code behavior presented in guide resulted in described behavior. --------- Co-authored-by: Zeke Foppa <bfops@users.noreply.github.com> Co-authored-by: Zeke Foppa <196249+bfops@users.noreply.github.com>
This file contains hidden or 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
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
This originally was a PR in the Docs repo: clockworklabs/spacetime-docs#352
This is the work portion of https://github.com/clockworklabs/SpacetimeDBPrivate/issues/1700
This adds a "How To Reject Client Connections" guide in both Rust and C# using the language toggle functionality.
Testing: