Page 2 of 2

Re: Socket connect fails with ERRNO 113 with http client

Posted: Wed Oct 24, 2018 3:57 am
by Ritesh
The other thing you can try, which is strongly recommended, is to checkout the "release/v2.1" branch (currently at commit c70a613127). Compared to updating to v3.x, this shouldn't require any code changes, but there are a number of fixes in that branch including fixes for problems writing to SPI flash.

(For an explanation of what a release branch represents, see here in the master branch docs).
Thanks a lot for your suggestions regarding same.

@Rahul,

Would you please provide update of regression test with that release branch so that we can have idea to apply those changes into our existing IDF?

Re: Socket connect fails with ERRNO 113 with http client

Posted: Wed Oct 24, 2018 4:12 am
by rahul.b.patel
The other thing you can try, which is strongly recommended, is to checkout the "release/v2.1" branch (currently at commit c70a613127). Compared to updating to v3.x, this shouldn't require any code changes, but there are a number of fixes in that branch including fixes for problems writing to SPI flash.

(For an explanation of what a release branch represents, see here in the master branch docs).
Hello Angus,
I have tested the scenario with "release/v2.1" branch with almost more then 65 times and got failure of 4-5 times. Its way better then with IDFv2.1 Tag firmware which is reproducing the issue in almost each time. Still I will also try the same with IDFv3.1 and will get back you.
Let me know if you have any other suggestions for the same.

thanks.