mirror of
https://github.com/pyrogram/pyrogram
synced 2025-08-28 21:07:59 +00:00
Do not trigger a reconnection when skipping invalid packets
This commit is contained in:
parent
7f9e841ccd
commit
b59dcd1615
@ -189,7 +189,6 @@ class Session:
|
|||||||
self.stored_msg_ids
|
self.stored_msg_ids
|
||||||
)
|
)
|
||||||
except SecurityCheckMismatch:
|
except SecurityCheckMismatch:
|
||||||
self.connection.close()
|
|
||||||
return
|
return
|
||||||
|
|
||||||
messages = (
|
messages = (
|
||||||
|
Loading…
x
Reference in New Issue
Block a user