the previous version always call eth->close (_sock_fd) with _sock_fd = -1, so the close was never done on the socket and after 8 requests there was no more socket available (MAX_SOCKET_NUMBER is 8)
This site uses cookies to store information on your computer.
By continuing to use our site, you consent to our cookies.
If you are not happy with the use of these cookies, please review our
Cookie Policy
to learn how they can be disabled.
By disabling cookies, some features of the site will not work.
Access Warning
You do not have the correct permissions to perform this operation.
Thx a lot. I also changed code of W5500Interface from your Pull request.