Replies: 2 comments 1 reply
-
Hello, please make sure you use the right libraries, especially AsyncTCP and latest arduino version because this is fixed since ocober last year ;-) if you can still reproduce after having checked, please post a MRE (minimal reproductible example) that we can look at, thanks! |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hello Mathieu,
Thank you for your quick response. I use the Arduino IDE 2.3.4. Thanks to your explanation,
I checked the AsyncTCP library. In the arduino IDE, there are two Async TCP libraries with the same name!! AsychTCP 1.1.4 from Dvarrel and yours in version 3.3.5.
I had Dvarrell's and not yours.
I uninstalled Dvarrel's and installed yours. And now it works.
Thanks again for your work.
Are you French Mathieu?
Kind regards
Pascal
De : Mathieu Carbou ***@***.***>
Envoyé : samedi 8 février 2025 11:28
À : ESP32Async/ESPAsyncWebServer ***@***.***>
Cc : loveb23 ***@***.***>; Author ***@***.***>
Objet : Re: [ESP32Async/ESPAsyncWebServer] still major bug with Asynch WebServer V 3.7.0 (Discussion #68)
Hello,
please make sure you use the right libraries, especially AsyncTCP and latest arduino version because this is fixed since ocober last year ;-)
if you can still reproduce after having checked, please post a MRE (minimal reproductible example) that we can look at,
thanks!
—
Reply to this email directly, view it on GitHub <#68 (comment)> , or unsubscribe <https://github.com/notifications/unsubscribe-auth/BCPW7JMVD36J5R7ZHXHHNNL2OXL3VAVCNFSM6AAAAABWXPE4AOVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTEMJQGIYTMNY> .
You are receiving this because you authored the thread. <https://github.com/notifications/beacon/BCPW7JMVOPG3FZFR5I2TJUL2OXL3VA5CNFSM6AAAAABWXPE4AOWGG33NNVSW45C7OR4XAZNRIRUXGY3VONZWS33OINXW23LFNZ2KUY3PNVWWK3TUL5UWJTQAXCVBO.gif> Message ID: ***@***.*** ***@***.***> >
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
since migration to API espressif 3.1.7 with a ESP32S3 during programm execution I have a loop error "assert failed: tcp_alloc /IDF/components/lwip/lwip/src/core/tcp.c:1851 (Required to lock TCPIP core functionality!)" after the instruction server.begin();.This issue still exists with new relase ESPAsyncWebServer 3.7.0. When do you think it will be solved ? Many Thanks
Beta Was this translation helpful? Give feedback.
All reactions