Results 8 comments of 06GitHub

I confirm that fix has corrected coupon/voucher issue on my servers. Thank you mountdeluxe.

As per my usage, ESPAsyncWebServer works nicely on ESP32-S2 and ESP32-S3, as long as one does not START-STOP-(RE)START WIFI. For instance, START and STOP-START WIFI sequence behaves OK, ESPAsyncWebServer is...

@Jason2866 Thanks for spending some time to check this :-) > Ahh, yes. It is offline after stop / start So same issue occurs on your side, good information !

**ESP32-S3 WIFI START-STOP-START is now OK** as per test (re)done today Sep 2 2023, see configuration below. Wifi is up again after START-STOP-START sequence, no need to reboot ESP32-S3 after...

> [[AcuarioCat] The queue size is set in AsyncTCP.cpp, you need to change xQueueCreate from 32 to the size you want. Using ESPAsyncWebServer streaming https://gist.github.com/me-no-dev/d34fba51a8f059ac559bf62002e61aa3 Indeed changing queue size from...

> [jonmacd] I managed to track down the `#elif defined(ARDUINO_ARCH_ESP32)` section in the [OneWire header file](https://github.com/PaulStoffregen/OneWire/blob/master/util/OneWire_direct_gpio.h) Paul mentioned. I just pasted that entire section into the CapacitiveSensor.h file with all...

Has someone already implemented **video webcam streaming with PsychicHttp** ? If yes, could example be shared ? This **ESPAsyncWebServer** code provided by me-no-dev https://gist.github.com/me-no-dev/d34fba51a8f059ac559bf62002e61aa3 works OK (for my project). I...

For those interested, example below handles **streaming video with PsychicHttp.** Limitation : **handles one client** (ie video stream is not sent to all clients connected to server, only to client...