Skip to content

Commit

Permalink
fix bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
yinlong committed Sep 18, 2020
1 parent d9c1255 commit 1ad58fb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Scripts/Runtime/Core/Settings.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ public static class Settings
public const string QQ_GROUP_LINK = "https://qm.qq.com/cgi-bin/qm/qr?k=KcexYJ9aYwogFXbj2aN0XHH5b2G7ICmd";
public const string EMAIL = "799329256@qq.com";
public const string AUHTOR = "psygame";
public const string VERSION = "2.4.1";
public const string VERSION = "2.4.2";
public const string PACKAGE_NAME = "com.psygame.unitywebsocket";
public const string UPM_URL = "https://github.com/psygame/UnityWebSocket.git";
}
Expand Down
2 changes: 1 addition & 1 deletion Scripts/Runtime/Implementation/NoWebGL/WebSocket.cs
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ public WebSocketState ReadyState
/// <summary>
/// run the socket async method on main thread, if you want.
/// </summary>
public static bool runOnMainThread { get; private set; } = false;
public static bool runOnMainThread { get; set; } = false;

#region APIs
public WebSocket(string address)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "com.psygame.unitywebsocket",
"displayName": "UnityWebSocket",
"version": "2.4.1",
"version": "2.4.2",
"unity": "2018.3",
"description": "The Best Unity WebSocket Plugin for All Platforms.",
"keywords": [
Expand Down

0 comments on commit 1ad58fb

Please sign in to comment.