2
0
mirror of https://github.com/pyrogram/pyrogram synced 2025-08-28 04:48:06 +00:00

Do not trigger a reconnection when skipping invalid packets

This commit is contained in:
Dan 2022-06-20 09:32:10 +02:00
parent 7f9e841ccd
commit b59dcd1615

View File

@ -189,7 +189,6 @@ class Session:
self.stored_msg_ids
)
except SecurityCheckMismatch:
self.connection.close()
return
messages = (