ESP8266TrueRandom icon indicating copy to clipboard operation
ESP8266TrueRandom copied to clipboard

ESPAsyncWebServer => yield error

Open lefedor opened this issue 6 years ago • 0 comments

Hello, if I call random generation inside request processing callback, esp8266 fails:

seems like it's because 'yield' inside request processing: "You can not use yield or delay or any function that uses them inside the callbacks"

Can it be fixed?

lefedor avatar Jul 11 '17 21:07 lefedor