ESPAsyncTCP icon indicating copy to clipboard operation
ESPAsyncTCP copied to clipboard

AsyncPrinter _onConnect not working

Open JojoS62 opened this issue 3 years ago • 0 comments

I have copied AsyncPrinter to AsyncTCP for ESP32, and it has thrown an exception on connect. It looks like the check for a valid buffer pointer is negated: https://github.com/me-no-dev/ESPAsyncTCP/blob/15476867dcbab906c0f1d47a7f63cdde223abeab/src/AsyncPrinter.cpp#L107...L110

And how about the further development of this library and porting it to ESP32? It looks like the dev is stale, or are there already Libs for AsyncPrinter based on AsyncTCP for ESP32? thanks.

JojoS62 avatar Jul 17 '22 10:07 JojoS62