We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a15632 commit 9f02edcCopy full SHA for 9f02edc
Assets/UnityWebSocket/Scripts/Runtime/Core/Settings.cs
@@ -7,6 +7,6 @@ public static class Settings
7
public const string QQ_GROUP_LINK = "https://qm.qq.com/cgi-bin/qm/qr?k=KcexYJ9aYwogFXbj2aN0XHH5b2G7ICmd";
8
public const string EMAIL = "[email protected]";
9
public const string AUHTOR = "psygames";
10
- public const string VERSION = "2.6.5";
+ public const string VERSION = "2.6.6";
11
}
12
Assets/UnityWebSocket/Scripts/Runtime/Implementation/NoWebGL/WebSocket.cs
@@ -74,8 +74,6 @@ public void ConnectAsync()
74
return;
75
76
socket = new ClientWebSocket();
77
- // Keep Alive Always
78
- socket.Options.KeepAliveInterval = TimeSpan.Zero;
79
if (this.SubProtocols != null)
80
{
81
foreach (var protocol in this.SubProtocols)
0 commit comments