-
-
Notifications
You must be signed in to change notification settings - Fork 821
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
fix: batch socket initialization #519
Conversation
🦋 Changeset detectedLatest commit: e8c512a The changes in this PR will be included in the next version bump. Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Size Change: +227 B (0%) Total Size: 253 kB
ℹ️ View Unchanged
|
Codecov Report
@@ Coverage Diff @@
## main #519 +/- ##
==========================================
- Coverage 99.93% 99.92% -0.01%
==========================================
Files 259 259
Lines 23988 24015 +27
Branches 1998 1997 -1
==========================================
+ Hits 23973 23998 +25
- Misses 15 17 +2
|
Fixes #502.
PR-Codex overview
This PR adds batched websocket initialization to improve performance. It also refactors
createBatchScheduler
function to use generic types.Detailed summary
createBatchScheduler
function to use generic types.