ul-gh

Results 31 comments of ul-gh

Looking further into this, I realise the dead-lock is just what happens when the _async_queue of the async_tcp event loop fills up 100%, causing xQueueGenericSend() to block indefinitely. Anyways, the...

Thank you Andi, I did just that and the guess was correct. I noticed blocking times of up to seven (!) seconds for some of the initial requests in the...

I need now to add, a lot of what is reported in issue #825 very much looks like the same issue. See e.g. #825 (comment) So fixing this will likely...

So although the original issue is the _async_queue filling up due to some SPIFFS or other time lag, it would be nice to know if there will by any official...

Hi Brandon, you could try if the version from my fork fixes your issue: https://github.com/ul-gh/ESPAsyncWebServer/ Regards, Ulrich

That was fast reply.. Pardon me, there is a "dev" branch which combines the patches for #837, #884 and #888. https://github.com/ul-gh/ESPAsyncWebServer/tree/dev

@brandonros, I now had a look at the changes I made: I did /not/ commit a fix for the async_tcp task dead-lock-issues, because there was a different underlying issue of...

Glad to hear this is helping. But I am afraid the call trace above does not show any unusual behavior. It does not say the reason why the panic handler...

Am 12.07.23 um 19:00 schrieb ayhanyzc: > Hi, I am trying to connect Raspberry 3A+ and ADS1256. [...}] Is there a pin connection diagram? I think I can help. For...

I have just now tried https://github.com/jrosenstein/PyADS1256 on Raspbian Jessie (Linux 4.4.21-v7+) with the "Waveshare Precision" ADC hardware. I can confirm, this works. jrosenstein: Thank you very much! Now, the abovementioned...