You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
Reason: When FHttpManager::Tick get called from different threads, it might get same request in CompletedThreadedRequests through the http thread, because Thread->GetCompletedRequests is not thread safe. In the end it will crash due to access destroyed CompletedRequest. [REVIEW] [at]michael.atchison [at]michael.kirzinger [at]rafa.lecina #rb michael.atchison, Michael.Kirzinger [CL 31885410 by lorry li in ue5-main branch]