Revert AsyncTCP extra taskYIELD (unnecessary)

This commit is contained in:
Jonny 2025-08-15 08:57:52 +01:00
parent 7fa65629e7
commit 71b552a6f6

View file

@ -228,11 +228,6 @@ void _asynctcpsock_task(void *)
sockList.clear();
xSemaphoreGiveRecursive(_asyncsock_mutex);
// Battery-Emulator modification: Yield so that other same-priority
// tasks on the same core get a turn, otherwise heavy HTTP traffic will
// exclude them.
taskYIELD();
}
vTaskDelete(NULL);