Files
UnrealEngineUWP/Engine/Source/Runtime/Online
lorry li 6a2c4113e8 Fix the random failure in test case "Retry manager and http manager is thread safe for flushing".
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]
2024-02-28 16:28:10 -05:00
..