-
Notifications
You must be signed in to change notification settings - Fork 6
Cannot send requests to different addresses #4
Comments
I'm currently have no time to spend on this issue yet. Can you try by
then post your test result here. |
More to try and digest
|
I downgraded to 2.0.1 without success |
Thanks for testing using those hypotheses, it'll definitely save a lot of my time when I spend time to investigate the issue. Any more tests or info will help. Regards, |
I am trying to debug a simpler async HTTP library, because of the same problem. I foud I can successfully open request if I previously get message on terminal "_onDisconnect handler". If I try to open request before seeing "_onDisconnect handler
|
I have now discovered that there might be a problem with the headers. All my requests end with "[AHTTP] *all data received - no disconnect". Shouldn't it be "[AHTTP] *all data received - closing TCP"? I never get it |
Check your related issue Pushover https post request #21 |
Check I'll write a new example and publish a new release to demonstrate how to send requests to multiple addresses and receive responses from them. |
The new AsyncHTTPSRequest_Generic releases v1.4.1 has just been published. Your contribution is noted in Contributions and Thanks Please try the new example AsyncHTTPSRequest_ESP_Multi which demonstrates how to send requests to multiple addresses and receive responses from them. Best Regards, Releases v1.4.1
|
The new AsyncHTTPSRequest_Generic releases v2.0.0 has just been published. Your contribution is noted in Contributions and Thanks Please try the new example AsyncHTTP_HTTPSRequest_ESP which demonstrates how to send HTTP and HTTPS requests to multiple addresses and receive responses from them. Best Regards, Releases v2.0.0
|
Could not send requests to different addresses in quick succession - to the same address works. In the example below it says "Can't send bad request"
After a while it ends with an error and ESP32 restarts
CORRUPT HEAP: Bad tail at 0x3ffcefb8. Expected 0xbaad5678 got 0xbaad5600
assert failed: multi_heap_free multi_heap_poisoning.c:253 (head != NULL)
ESP32 Core Version 2.0.2
Windows 10 64b
The text was updated successfully, but these errors were encountered: