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

Address WebSocket Byte Array handling #167

Merged
merged 2 commits into from
Jan 18, 2025
Merged

Conversation

drasticactions
Copy link
Owner

Fixes #7

The byte array handling for the WebSocket connection would lead to byte array objects that were either empty or not complete, leading to exceptions in Peter.CBOR. It wasn't that libraries fault, as far as I can tell it was all me.

This could be enhanced further to reduce the amount of byte array handling and switching it to spans all together, but I need to make sure it works right with .NET Standard first. This should be a good start though.

@drasticactions drasticactions merged commit 617ccd4 into develop Jan 18, 2025
6 checks passed
@drasticactions drasticactions deleted the firehose-errors branch January 18, 2025 15:00
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.

CBOR Data Extraction Errors
1 participant