-
Notifications
You must be signed in to change notification settings - Fork 7.6k
where is the file "/Users/ficeto/Desktop/ESP32/ESP32/esp-idf-public/components/lwip/lwip/src/core/tcp.c", line 779, function: tcp_update_rcv_ann_wnd ? #2995
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
AsyncTCP has had updates recently to address buffer issues. Please post issues with 3rd party libraries on the library's issues board. |
Hi @lbernstone , sorry if i posted the issue in bad thread but with this error i cannot say if its provided by sdk or third party lib, i just need help to understand what's happened on my TCP connection who works fine last few days ago |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 14 days if no further activity occurs. Thank you for your contributions. |
[STALE_DEL] This stale issue has been automatically closed. Thank you for your contributions. |
Hi, I was just testing my debugger and stepped into some esp32 system code and got the following message, which seems to be looking for files from a user called ficeto on his desktop from google play for arduiostudio app with android system not windows. |
did anyone solved the tcp_update_rcv_ann_wnd issue? Im fighting with that last weeks... |
Hardware:
Board: ESP32 Dev Module/MH-ET live esp32 mini kit
Core Installation version: 1.9.0
IDE name: Platform.io home 2.2/core 4.0
Flash Frequency: 80Mhz
PSRAM enabled: no
Upload Speed: 921600
Computer OS: Windows 10
Description:
Since Espressif 1.90, PIO core 4.0 and Python3.7 updates i have some troubles with AsyncTCP connection.(i'm on windows 10). Before, everythings works perfectly.
I'm using 1 ESP32 board (mhetesp32minikit) as server and 2 ESP32 (mhetesp32minikit and lolin32) as clients.
Every 3sec, clients sent json data on the server through wifi. when data are received server make some treatments and then he send json data with new values.
Only AsyncTCP clients crash and give this error.
My debug level is on 5 (verbose).
the backtrace decoder give me:
i cannot put the sketch here.
The text was updated successfully, but these errors were encountered: