Update main.d

* Remove thread_joinAll()
This commit is contained in:
abraunegg 2024-04-25 10:25:18 +10:00
parent f941db0349
commit 022a5c43a5

View file

@ -1486,10 +1486,6 @@ void shutdownCurlInstances() {
}
void shutdownApplicationLogging() {
// Join all threads to avoid any thread hanging out there
addLogEntry("Waiting for all internal threads to complete before exiting application", ["verbose"]);
// Join all threads
thread_joinAll();
// Log that we are exitintg
addLogEntry("Application is exiting.", ["debug"]);
addLogEntry("#######################################################################################################################################", ["logFileOnly"]);