Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
kvc0
/
protosocket
Public
Notifications
You must be signed in to change notification settings
Fork
8
Star
38
Code
Issues
0
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Connection driven rpc backpressure
- #15
#15
Merged
kvc0
merged 10 commits into
kvc0:main
kvc0/protosocket:main
from
PDXKimani:connection-driven-rpc-backpressure
PDXKimani/protosocket:connection-driven-rpc-backpressure
Copy head branch name to clipboard
Jul 15, 2026
Conversation
Commits
10
(10)
Checks
Files changed
Merged
Connection driven rpc backpressure
#15
kvc0
merged 10 commits into
kvc0:main
kvc0/protosocket:main
from
PDXKimani:connection-driven-rpc-backpressure
PDXKimani/protosocket:connection-driven-rpc-backpressure
Copy head branch name to clipboard
Commits
Commits on Jul 14, 2026
fix: poll server rpcs only when the connection can send
PDXKimani
committed
6be8a9d
View commit details
Copy full SHA for 6be8a9d
Browse repository at this point
chore: remove server files replaced by connection-driven rpcs
PDXKimani
committed
2ef2465
View commit details
Copy full SHA for 2ef2465
Browse repository at this point
refactor: close connections when both outbound sources are exhausted
PDXKimani
committed
fee0ecc
View commit details
Copy full SHA for fee0ecc
Browse repository at this point
perf: drain hot rpcs in batches to amortize pool re-insertion
PDXKimani
committed
b930234
View commit details
Copy full SHA for b930234
Browse repository at this point
perf: produce reactor outbound messages in send-budget batches
PDXKimani
committed
efedeaa
View commit details
Copy full SHA for efedeaa
Browse repository at this point
docs: tighten server docs and add a spawning example
PDXKimani
committed
efea5ed
View commit details
Copy full SHA for efea5ed
Browse repository at this point
feat: reserve send permits to enforce the outbound send budget
PDXKimani
committed
a4e75c5
View commit details
Copy full SHA for a4e75c5
Browse repository at this point
Commits on Jul 15, 2026
docs: split the spawning example into unary and streaming examples
PDXKimani
committed
0a6df5e
View commit details
Copy full SHA for 0a6df5e
Browse repository at this point
refactor: put codecs on reactors and drop the panicking many-permit
PDXKimani
committed
154e1ab
View commit details
Copy full SHA for 154e1ab
Browse repository at this point
refactor: take &mut self in service and connector factory methods
PDXKimani
committed
d6c1a4b
View commit details
Copy full SHA for d6c1a4b
Browse repository at this point
You can’t perform that action at this time.