Remote Config

We in the test Remote Config while on a network after the timeout returns a string, some errors. At the same time ConfigManager FetchCompleted + = ConfigManager_FetchCompleted; ConfigResponse. RequestOrigin came to ConfigOrigin. Remote branch, from the network timeout or not should be the Default cached? Don’t know why is Remote, is this a bug or have a problem, we use or is this design?
6530729--737615--upload_2020-11-17_12-49-8.png

6530729--737609--upload_2020-11-17_12-45-3.png

Sorry could you please rephrase your question? Perhaps list your steps to reproduce like 1), 2), 3) . Why do you have a timeout?

This is old, but I in case someone needs the answer, I think @zhouxing was trying to check if the remote config was retreiving the data from Unity Services, and checking the value of response.requestOrigin won’t have that info, you have to check as follows:

 if (response.status == ConfigRequestStatus.Failed)
        {
            //handle connection error
        }
1 Like

Can you share your full code? Which response object are you referring to?