fix(record-service)!: always call SendEventUpdateMessage() in OnEndOfChunk()#166
Open
masnagam wants to merge 3 commits into
Open
fix(record-service)!: always call SendEventUpdateMessage() in OnEndOfChunk()#166masnagam wants to merge 3 commits into
SendEventUpdateMessage() in OnEndOfChunk()#166masnagam wants to merge 3 commits into
Conversation
Contributor
|
Tick the box to add this pull request to the merge queue (same as
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #166 +/- ##
==========================================
+ Coverage 75.06% 75.23% +0.16%
==========================================
Files 38 38
Lines 4689 4709 +20
Branches 477 476 -1
==========================================
+ Hits 3520 3543 +23
+ Misses 875 873 -2
+ Partials 294 293 -1 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
…dOfChunk()` BREAKING CHANGE: An `event-update` message will be always sent event if no TV program starts. As described in the comment in the source file, in this case, the end time of the record for the last TV program (held by `eit_`) is extended. Fixes: #165
masnagam
force-pushed
the
fix-timeshift-inconsistency
branch
from
July 6, 2026 11:46
dee9c25 to
75acc2f
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.
BREAKING CHANGE: An
event-updatemessage will be always sent event if no TV program starts.As described in the comment in the source file, in this case, the end time of the record for the last TV program (held by
eit_) is extended.Fixes: #165