arkhipenko / TaskScheduler

Cooperative multitasking for Arduino, ESPx, STM32, nRF and other microcontrollers
http://playground.arduino.cc/Code/TaskScheduler
BSD 3-Clause "New" or "Revised" License
1.24k stars 226 forks source link

Conflict with AsyncHTTPSRequest_Generic #134

Closed DavidAntonin closed 2 years ago

DavidAntonin commented 2 years ago

I found a problem when using the TaskScheduler and AsyncHTTPSRequest_Generic. If I activate TS, responses to requests from AsyncHTTPSRequest_Generic come significantly later than without TS. I even figured out that if TS is active, it blocks the proper function of receiving 433MHz signal via RCswitch. TS seems to interfere with the timing function of other libraries Arduino IDE 1.8.19 ESP32 DOIT DEV KIT1 - arduino library 2.0.2

arkhipenko commented 2 years ago

I need to see the code in order to understand what the problem is.

m-maazi commented 2 years ago

Yes I have same issue.

arkhipenko commented 2 years ago

I need to see the code in order to understand what the problem is.

m-maazi commented 2 years ago

Sorry Sir. I should have tested my code further. I just disabled "ESP32-HUB75-MatrixPanel-I2S-DMA" library and the issue is gone. Thanks for faaast response.

arkhipenko commented 2 years ago

No worries! Glad it worked out.