pyrofork/pyrogram/session/internals
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
..
__init__.py Update copyright year 2022-01-07 10:23:45 +01:00
data_center.py Update copyright year 2022-01-07 10:23:45 +01:00
msg_factory.py Update copyright year 2022-01-07 10:23:45 +01:00
msg_id.py Switch back to local system time synchronization 2022-12-25 14:55:40 +01:00
seq_no.py Remove unneeded threading.Lock 2022-12-25 10:30:56 +01:00