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

fix: always try to flush after ready #179

Merged
merged 1 commit into from
Oct 3, 2023
Merged

fix: always try to flush after ready #179

merged 1 commit into from
Oct 3, 2023

Conversation

mattsse
Copy link
Owner

@mattsse mattsse commented Oct 3, 2023

Closes #178

there were some changes in tungstenite regarding Sink flush related to this to this

snapview/tokio-tungstenite#284 which surfaced a logic bug in the Connection implementation that would result in a stalled connection.

this fix ensures that after each poll_ready call we continue with a flush

@mattsse mattsse merged commit 8d3be8d into main Oct 3, 2023
14 checks passed
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.

Times Out On Any Website Using <browser>.new_page()
1 participant