We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 347d7c6 commit 1861041Copy full SHA for 1861041
1 file changed
handler.py
@@ -36,7 +36,7 @@
36
from pymobiledevice3.tunneld.server import TunneldRunner
37
from pymobiledevice3.usbmux import *
38
39
-IPC_VERSION = 5
+IPC_VERSION = 6
40
41
# Global event used to signal graceful shutdown from the "exit" command.
42
_shutdown_event: asyncio.Event | None = None
0 commit comments