Description

When cloudkit is enabled, the regular Apple TV may get stuck in an infinite loop in FOnlineUserCloudInterfaceIOS::OnReadUserCloudFileBegin():

 

while (CloudFile && CloudFile->AsyncState == EOnlineAsyncTaskState::InProgress)
{FPlatformProcess::Sleep(0.01f);} 

 

The log output was the following in this case:

  1. Record Saved!
  2. Record Saved!
  3. Record Read!

Have Comments or More Details?

There's no existing public thread on this issue, so head over to Questions & Answers just mention UE-78173 in the post.

2
Login to Vote

Won't Fix
ComponentUE - Platform - Mobile
Affects Versions4.234.22.3
CreatedJul 31, 2019
ResolvedAug 27, 2021
UpdatedAug 27, 2021
View Jira Issue