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 buffered write and fix freezes when losing client connection #56

Merged
merged 2 commits into from
Dec 28, 2023

Conversation

Laxilef
Copy link
Contributor

@Laxilef Laxilef commented Dec 21, 2023

Hi,
I reworked the code and combined previous #53 and #55 in this PR. This PR solves these issues: #52, #54
You can look at these 3 PRs and decide which is better.
I tested this on my ESPs, it works as intended. I would be glad to receive your comments.

@LennartHennigs
Copy link
Owner

First of all thanks and merry Christmas! Will look at it between the holidays.

Copy link
Owner

@LennartHennigs LennartHennigs left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

works great on my ESP8266 and ESP32.
thank you!

@LennartHennigs LennartHennigs merged commit 12fb87d into LennartHennigs:main Dec 28, 2023
Copy link
Owner

@LennartHennigs LennartHennigs left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

works great on my ESP8266 and ESP32.
thank you!

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.

Using a buffer to send data to client
2 participants