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 3b3dc98 commit a21cf87Copy full SHA for a21cf87
UnityRSocket/Assets/Viglucci/UnityRSocket/Runtime/KeepAlive/KeepAliveHandler.cs
@@ -46,8 +46,7 @@ public void Start()
46
private void TimeoutCheck()
47
{
48
if (Done) return;
49
-
50
- Debug.Log("TimeoutCheck");
+
51
long now = DateTimeOffset.Now.ToUnixTimeMilliseconds();
52
long noKeepAliveDurationMillis = now - _lastReceivedMillis;
53
if (noKeepAliveDurationMillis >= _keepAliveTimeoutDurationMillis)
0 commit comments