chore: create & delete sync sessions over gRPC#119
Merged
Conversation
This was referenced Mar 24, 2025
Member
Author
c11bc07 to
1cac28d
Compare
84e4daa to
4581c1e
Compare
1cac28d to
015cd0c
Compare
4581c1e to
7ca5e28
Compare
015cd0c to
6a40c66
Compare
7ca5e28 to
2b848e9
Compare
6a40c66 to
257499f
Compare
2b848e9 to
94f7e77
Compare
257499f to
12fa59f
Compare
94f7e77 to
e6b0bc3
Compare
12fa59f to
af6ba71
Compare
e6b0bc3 to
080528a
Compare
af6ba71 to
ae06ba2
Compare
c215f63 to
a27014a
Compare
ethanndickson
commented
Mar 24, 2025
| return | ||
| } | ||
| group = MultiThreadedEventLoopGroup(numberOfThreads: 1) | ||
| group = MultiThreadedEventLoopGroup(numberOfThreads: 2) |
Member
Author
There was a problem hiding this comment.
We always have two outgoing gRPC requests at once, the prompter, and the actual request we're trying to make. This creates a second OS thread for gRPC to use.
Member
Author
There was a problem hiding this comment.
tbh 2 os threads might be overkill
ae06ba2 to
68dae7d
Compare
a27014a to
126e84f
Compare
68dae7d to
c7018ec
Compare
126e84f to
ba8bd98
Compare
deansheather
approved these changes
Mar 25, 2025
c7018ec to
820bace
Compare
bc0d1e3 to
660e1df
Compare
032237c to
eb29807
Compare
820bace to
93667f7
Compare
eb29807 to
58c4ff5
Compare
Member
Author
58c4ff5 to
58f9775
Compare
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.

Closes #63.