MicroOcpp
MicroOcpp copied to clipboard
HTTP request & OCPP
Hello, I am trying to perform an HTTP request to google.com in a standalone task while running an OCPP loop in another task. However, the OCPP connection disconnects when the HTTP request is active. If I stop the HTTP request, everything works fine.
BTW both tasks are running on different cores and have sufficient stack size. Do you have any suggestions for resolving this issue?