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

Don't prematurely handle event streams #340

Merged
merged 1 commit into from
Nov 27, 2024
Merged

Conversation

JordonPhillips
Copy link
Contributor

This removes event streams from the generated deser methods, as they aren't handled there. They will eventually be handled by the protocol python implementation on a higher level. This also removes the attempt at handling them as if they were a blob stream, as they are currently handled elsewhere.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@JordonPhillips JordonPhillips requested a review from a team as a code owner November 26, 2024 11:24
This removes event streams from the generated deser methods, as they
aren't handled there. They will eventually be handled by the protocol
python implementation on a higher level. This also removes the
attempt at handling them as if they were a blob stream, as they are
currently handled elsewhere.
@JordonPhillips JordonPhillips merged commit f42b2d4 into develop Nov 27, 2024
5 checks passed
@JordonPhillips JordonPhillips deleted the deser-stream-payload branch November 27, 2024 12:59
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.

2 participants