Andrea Gilardoni
Andrea Gilardoni
@JAndrassy I think that removing the virtual destructor from the classes derived from Print may lead to the same issue when referencing, for example, a derived class of Client with...
@JAndrassy I tried that and you are right. Below you can find how I checked that, for future reference. I will then delete the virtual modifier from derived classes ```cpp...
@carbotaniuman thanks for your contribution!
Hi @Park0, thanks for your contribution, could you please sign the CLA?
@ibrahimSP thanks for your contribution, we have already merged the same fix with this PR https://github.com/arduino-libraries/ArduinoHttpClient/pull/90, thus I am closing this one.
Thanks for your report, I got the same error while working on https://github.com/arduino/ArduinoCore-renesas/pull/234. In that PR I am trying to deal with all the network related issues, for the time...
You can try using my PR and disable the timer inside the network stack. - taking as reference the example [here](https://github.com/andreagilardoni/ArduinoCore-renesas/blob/network-redesign/libraries/lwIpWrapper/examples/wifi_bare_lwipc33/wifi_bare_lwipc33.ino) - You need to comment [this line](https://github.com/andreagilardoni/ArduinoCore-renesas/blob/c28b4bd391bac9d0ce1b53eae7d2f00e6e614fa5/libraries/lwIpWrapper/src/CNetIf.h#L30) - You...
@JAndrassy can you please take a look at this? This also includes the changes you did in https://github.com/arduino/ArduinoCore-renesas/pull/209 and addresses the issues related to https://github.com/arduino/ArduinoCore-renesas/pull/210
I will try to improve commits before removing this from draft. The problem with this PR is that the issue of reliability of network was diffused in different levels of...
@Eduardo-Lopes I think I solved the issues you were describing, if you can confirm me that. @JAndrassy I will for sure take a look at your work and take it...