Skip to content

Update UnityWebGLHttpClientService with better request failure handling #116

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 8 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
*/SwitchIL2CPPCache
*/SwitchIL2CPPStats
/PubNubUnity/Library/
/PubNubUnityUserSettings/
/PubNubUnity/Assets/Plugins*
/PubNubUnity/Assets/ThirdParty*

Expand Down
78 changes: 4 additions & 74 deletions .pubnub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -776,53 +776,18 @@ sdks:
is-required: "Required"
-
name: "JSON .NET For Unity"
min-version: "2.0.1"
min-version: "3.0.2"
license: "Unity's standard Unity Asset Store End User License Agreement"
license-url: ""
location: "Shipped within package"
is-required: "Optional, one JSON serialization library is required"
-
name: "PeterO.Cbor"
min-version: ""
min-version: "4.5.5"
license: "Creative Commons"
license-url: ""
location: "Shipped within package"
is-required: "Required"
-
name: "MiniJSON"
min-version: ""
license: "MIT"
license-url: ""
location: "Shipped within package"
is-required: "Optional, one JSON serialization library is required"
-
name: "MarkerMetro.Unity.WinLegacy"
min-version: "1.8.0.18"
license: "MIT"
license-url: "https://raw.githubusercontent.com/MarkerMetro/MarkerMetro.Unity.WinLegacy/master/LICENSE"
location: "Shipped within package"
is-required: "Optional, only applicable for Metro"
-
name: "BouncyCastle"
min-version: "1.8.1.0"
license: "MIT"
license-url: ""
location: "Shipped within package"
is-required: "Optional, only applicable for Metro"
-
name: "BouncyCastle.Crypto"
min-version: "1.8.1.0"
license: "MIT"
license-url: ""
location: "Shipped within package"
is-required: "Optional, only applicable for Metro"
-
name: "JsonFx.Json"
min-version: ""
license: "MIT"
license-url: ""
location: "Shipped within package"
is-required: "Optional, only applicable for Metro"
supported-platforms:
supported-operating-systems:
Android:
Expand Down Expand Up @@ -943,53 +908,18 @@ sdks:
is-required: "Required"
-
name: "JSON .NET For Unity"
min-version: "2.0.1"
min-version: "3.0.2"
license: "Unity's standard Unity Asset Store End User License Agreement"
license-url: ""
location: "Shipped within package"
is-required: "Optional, one JSON serialization library is required"
-
name: "PeterO.Cbor"
min-version: ""
min-version: "4.5.5"
license: "Creative Commons"
license-url: ""
location: "Shipped within package"
is-required: "Required"
-
name: "MiniJSON"
min-version: ""
license: "MIT"
license-url: ""
location: "Shipped within package"
is-required: "Optional, one JSON serialization library is required"
-
name: "MarkerMetro.Unity.WinLegacy"
min-version: "1.8.0.18"
license: "MIT"
license-url: "https://raw.githubusercontent.com/MarkerMetro/MarkerMetro.Unity.WinLegacy/master/LICENSE"
location: "Shipped within package"
is-required: "Optional, only applicable for Metro"
-
name: "BouncyCastle"
min-version: "1.8.1.0"
license: "MIT"
license-url: ""
location: "Shipped within package"
is-required: "Optional, only applicable for Metro"
-
name: "BouncyCastle.Crypto"
min-version: "1.8.1.0"
license: "MIT"
license-url: ""
location: "Shipped within package"
is-required: "Optional, only applicable for Metro"
-
name: "JsonFx.Json"
min-version: ""
license: "MIT"
license-url: ""
location: "Shipped within package"
is-required: "Optional, only applicable for Metro"
supported-platforms:
supported-operating-systems:
Android:
Expand Down
3 changes: 2 additions & 1 deletion PubNubUnity/Assets/PubNub/Editor/PNConfigAssetEditor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ public class PNConfigAssetEditor : Editor {
"EnableEventEngine",
"EnableWebGLBuildMode",
"LogToUnityConsole",
"LogVerbosity"
"LogVerbosity",
"LogLevel"
};

private SerializedProperty externalJsonEnabled;
Expand Down
Binary file modified PubNubUnity/Assets/PubNub/Runtime/Plugins/CBOR.dll
Binary file not shown.
44 changes: 43 additions & 1 deletion PubNubUnity/Assets/PubNub/Runtime/Plugins/CBOR.dll.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading