question

Mykola Morhun avatar image
Mykola Morhun asked

No timeout in Unity SDK with UnityWebRequest

We use PlayFab SDK v. 2.0.0 for Unity (2020.1). I encountered some serious issues yesterday because the PlayFab client APIs were not responding at the time. Now when I'm looking into it, I can see that when using UnityWebRequest for API calls, PlayFab has no request timeout set although this is possible.

unity3dsdks
10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

·
Sarah Zhang avatar image
Sarah Zhang answered

As the answer of this thread -- https://community.playfab.com/answers/40301/view.html said, this is by design. The PlayFabSettings.RequestTimeout is only meant to be hooked up to our HttpRequest class - PlayFabWebRequest object. If you wish to use the RequestTimeout, please switch their PlayFabSettings.RequestType to WebRequestType.HttpWebRequest.

1 comment
10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Mykola Morhun avatar image Mykola Morhun commented ·

Thank you, I couldn't find that thread.

0 Likes 0 ·

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.