mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-04-18 20:12:50 +00:00
[PR #1319] Fix 708 timing issue #2096
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Original Pull Request: https://github.com/CCExtractor/ccextractor/pull/1319
State: closed
Merged: Yes
Process packet as soon as the packet len is equal to the specified len
In raising this pull request, I confirm the following (please check boxes):
My familiarity with the project is as follows (check one):
Process current packet as soon as the packet length is equal to the specified length. This leads to the packet being processed in the current FTS, instead of being processed in the next FTS, like before. Fixes #641
Also ends up fixing #646, as the last packet is now processed instead of waiting for a next packet which never comes
This is causing the issue #677 again. Working on a fix for that