You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: