-
Notifications
You must be signed in to change notification settings - Fork 201
ai/live: Read JSONL from a time delimited data channel. #3706
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
base: master
Are you sure you want to change the base?
Conversation
This allows us to stream segments from one in-memory location to another. New reads will always start at the beginning of the current segment. Also make the original MediaWriter follow io.WriteCloser
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #3706 +/- ##
===================================================
- Coverage 31.68826% 31.58963% -0.09863%
===================================================
Files 158 158
Lines 47617 47791 +174
===================================================
+ Hits 15089 15097 +8
- Misses 31632 31798 +166
Partials 896 896
... and 3 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
Builds on top of #3705 and #3689
Two missing pieces: