1 parent e333e8d commit f76c654Copy full SHA for f76c654
1 file changed
pyrogram/connection/connection.py
@@ -28,6 +28,7 @@ class Connection:
28
MAX_RETRIES = 3
29
30
MODES = {
31
+ # TODO: Implement other protocols using asyncio
32
0: TCPFull,
33
1: TCPAbridged,
34
2: TCPIntermediate,
0 commit comments