Koirin 07/21/2023 10:05 AMHello, so I've encountered this problem, that I get a "Malloc Failed" exception thrown, then I try to make an HTTP-request.
The request failing is actually not the problem though, the request itself will be made, during the boot-up of the device in my program. Although this should not be necessary for the rest of my program to run.
But the malloc failing, then stops the device from running its loop, and then gets stuck trying to connect to the configured wifi, but the loop of the program never starts again, unless I do a manual reboot of the device.
Is there any way to avoid this, and keep the loop going?
I've posted the stack-trace and the part of the code from which the exception is thrown.