pyrofork/pyrogram/session
Dan ae028ab4b6 Switch back to local system time synchronization
perf_counter will stop counting when the system goes to sleep, causing
the generation of invalid message ids after waking up which in turn put
the client into a never ending reconnecting loop due to check mismatches
caused by the time not being synced anymore. It's also unclear whether
perf_counter stays in sync during long runs.
2022-12-25 14:55:40 +01:00
..
internals Switch back to local system time synchronization 2022-12-25 14:55:40 +01:00
__init__.py Update copyright year 2022-01-07 10:23:45 +01:00
auth.py Switch to non-blocking sockets & use a send queue 2022-12-24 16:15:07 +01:00
session.py Switch back to local system time synchronization 2022-12-25 14:55:40 +01:00