There is no thread with id:xxxx.Please add thread metadata for this thread warning?

Did you ever find out what this error means, and/or how to correct it? I see the same warning and I am having flaky behavior from stat commands. I’m using UE 4.23.

I was using FPlatformProcess::Sleep(0); in a function, converting it to FPlatformProcess::SleepNoStats(0.f); fixed the warnings.