forked from roc-streaming/roc-toolkit
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
roc-streaminggh-183: Forward status codes in FEC reader & writer
- forward internal failures via status codes (some were ignored, some were using panics) - remove outdated is_alive() mechanism and rely on status codes instead - expect that after reporting failure, read() and write() is never called again
- Loading branch information
1 parent
aaca609
commit 2dd278f
Showing
8 changed files
with
381 additions
and
451 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains 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
Oops, something went wrong.