Results 48 comments of Develo

There are known issues with udp in lwip1.4. It is the main reason we (esp8266/Arduino repo) migrated to lwip2.

@vijaygill a PR with what? Removal of ESP8266_new_pwm? Wouldn't that break any existing applications that rely on it? Please be aware that I'm not a user of the code of...

I already tried to discuss with the author [here](https://github.com/StefanBruens/ESP8266_new_pwm/issues/16), and there are other similar issues opened. You're welcome to try again. There seems to be a misunderstanding about what "compatible"...

I have a solution that encapsulates the bufferedConnection as well as the whole coroutine uglyness. Please see [nodemcu-platform](https://github.com/devyte/nodemcu-platform), file tbconnection.lua, and httpserver for usage. The encapsulation is a threaded-buffered connection....

@igrr what is the status of this? Assuming it's ok'd in #3192 by the OP, can it just be merged, or is there anything pending?

@igrr what is needed to move forward on this?

This doesn't fit into 2.5.0. Pushing milestone back.

@JonHyeKnudsen completely different issue. Release 2.4.1 has known problems, including a mem leak related to sockets. Use latest git.

That leak was present in 2.4.1 and has since been fixed. When you installed git, did you uninstall releAease. 2.4.1 via board manager? There is a method in the EspClass...