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

Decouple the WebSocketBase frame aggregator from the frame handler #4799

Merged
merged 1 commit into from
Aug 7, 2023

Conversation

vietj
Copy link
Member

@vietj vietj commented Aug 4, 2023

The WebSocketBase implementation reuses the frame handler to aggregate binary/text frames, this overrides a frame handler that could be set to handle frames in addition of processing them.

The implementation has been modified so that the frame aggregator for binary/text frames has its own handler, the frame aggregator and the frame handler are both notified with incoming frames.

…e binary/text frames, this overrides a frame handler that could be set to handle frames in addition of processing them.

The implementation has been modified so that the frame aggregator for binary/text frames has its own handler, the frame aggregator and the frame handler are both notified with incoming frames.

fixes #4794
@vietj vietj added this to the 4.4.5 milestone Aug 4, 2023
@vietj vietj added the bug label Aug 4, 2023
@vietj vietj self-assigned this Aug 5, 2023
@vietj vietj merged commit 9770518 into 4.x Aug 7, 2023
6 checks passed
@vietj vietj deleted the decouple-frame-aggregator-from-frame-handler branch August 7, 2023 11:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant