Skip to content
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

Pass error messages to reciever #40

Merged
merged 8 commits into from
Feb 28, 2023
Merged

Conversation

QuantumEntangledAndy
Copy link
Owner

This makes it so that error messages during deser are passed onto the end points. This should allow for graceful stopping of the server and also better error tracking.

It also adds another discovery method and renames discovery functions to better reflect the underlying structure.

@QuantumEntangledAndy
Copy link
Owner Author

QuantumEntangledAndy commented Feb 28, 2023

Also added configurable strict mode (default false). When false it will allow a stream to recover if the BcMedia stream becomes invalid by consuming one byte at a time until a magic header is found. When true it will error and terminate if there are any issues with the stream

@QuantumEntangledAndy QuantumEntangledAndy merged commit d12d17c into master Feb 28, 2023
@QuantumEntangledAndy QuantumEntangledAndy deleted the feature/passdown branch February 28, 2023 05:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant