LennartHennigs / ESPTelnet

ESP library that allows you to setup a telnet server for debugging.
MIT License
213 stars 32 forks source link

Fix buffered write and fix freezes when losing client connection #56

Closed Laxilef closed 8 months ago

Laxilef commented 8 months ago

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 commented 8 months ago

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