We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fc160c commit 980807fCopy full SHA for 980807f
1 file changed
pyrogram/connection/connection.py
@@ -29,7 +29,6 @@ class Connection:
29
MAX_RETRIES = 3
30
31
MODES = {
32
- # TODO: Implement other protocols using asyncio
33
0: TCPFull,
34
1: TCPAbridged,
35
2: TCPIntermediate,
0 commit comments