You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- `HttpUtility.UrlEncode()` is causing NullReferneceException in certain
version of Unity. Use `Uri.EscapeDataString()` instead.
- Prevent any exception thrown during analytics reporting from
blocking ther remaining process.
- Add test-cases to TestPortableWebRequest
Fixesgooglesamples#431
Bug: 183803624
Change-Id: I0a9db2d9df6318465dc3d0dbc542b84778129c9d
Copy file name to clipboardExpand all lines: source/VersionHandlerImpl/test/webrequest/Assets/PlayServicesResolver/Editor/TestPortableWebRequest.cs_DISABLED
+25-20Lines changed: 25 additions & 20 deletions
Original file line number
Diff line number
Diff line change
@@ -162,15 +162,16 @@ public class TestPortableWebRequest {
162
162
}, synchronous: true);
163
163
164
164
UnityEngine.Debug.Log("Running post test...");
165
-
var postStatus = webRequest.Post("http://localhost:8000/post",
0 commit comments