|
@@ -29,6 +29,7 @@ namespace ET.Client
|
|
|
protected override void Destroy(PingComponent self)
|
|
|
{
|
|
|
self.Ping = default;
|
|
|
+ TimerComponent.Instance?.Remove(ref self.Timer);
|
|
|
}
|
|
|
}
|
|
|
|
|
@@ -56,8 +57,6 @@ namespace ET.Client
|
|
|
self.Ping = time2 - time1;
|
|
|
|
|
|
TimeInfo.Instance.ServerMinusClientTime = response.Time + (time2 - time1) / 2 - time2;
|
|
|
-
|
|
|
- await TimerComponent.Instance.WaitAsync(2000);
|
|
|
}
|
|
|
catch (RpcException e)
|
|
|
{
|