Description
I recently looked into a way to solve something in the Arduino Cloud library where after the OPTA loses its internet connection, the product stops working completely, that is, the program that was running inside the product freezes until the internet comes back on.
In my opinion, this is a big problem. If we have a critical application and the product loses its internet connection, this is a problem. It turns out that when the product loses its internet connection, it enters an infinite reconnection loop and this prevents the OPTA from continuing to perform its functions. Remember that this happens for both the Core M7 and the M4. I also tested several methods within the programming to "bypass" this, but I was unsuccessful.
Is this a bug or is there already a possible fix?