wiz0u / WTelegramClient

Telegram Client API (MTProto) library written 100% in C# and .NET
https://wiz0u.github.io/WTelegramClient/
MIT License
996 stars 164 forks source link

wrong timestamp under windows7 #165

Closed laomms closed 1 year ago

laomms commented 1 year ago

Windows 7 always shows offline after logging in a few minutes, I have synchronized the system time:

5>Receiving Pong                                     2023-06-07 00:07:41Z (svc) 
5>Sending   PingDelayDisconnect                      #213B
5>Ignoring  0x347773C5 because of wrong timestamp    2023-06-07 00:08:50Z (svc)
5>Ignoring  0x78D4DEC1 because of wrong timestamp    2023-06-07 00:09:10Z (svc)
5>Ignoring  0x78D4DEC1 because of wrong timestamp    2023-06-07 00:09:18Z (svc)
...
Connecting to 91.108.56.183:443...
5>Sending   InvokeWithLayer`1                        #82DD
5>Ignoring  0x73F1F8DC because of wrong timestamp    2023-06-07 00:10:11Z (svc)
5>Ignoring  0xF35C6D01 because of wrong timestamp    2023-06-07 00:10:11Z (svc)
5>Ignoring  0x78D4DEC1 because of wrong timestamp    2023-06-07 00:10:17Z (svc)
5>Ignoring  0x313BC7F8 because of wrong timestamp    2023-06-07 00:10:20Z (svc)
5>Ignoring  0x74AE4240 because of wrong timestamp    2023-06-07 00:10:20Z (svc)

This did not happen under Win10.