-
Notifications
You must be signed in to change notification settings - Fork 671
Adding reject-client-connections doc. #2973
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
jdetter
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.
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 👍
|
I think this needs to be added to |
|
@rekhoff specifically the best way to do this is to add it to |
|
I'm enabling auto-merge because I want to roll out these docs. |
# 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>
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: