Asyncio coroutine to create more than 1 tunnel simultaneously #985
morellexf13
started this conversation in
General
Replies: 2 comments 1 reply
-
This is a LOT if code. Please provide a clear and concise description of your issue instead of just printing your code as big BLOB. |
Beta Was this translation helpful? Give feedback.
1 reply
-
Sounds like no devices were discovered over bonjour. Maybe its timeout issues. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've been working with some code where I'm attempting to create 6 tunnels simultaneously using the latest version of pymobiledevice3. This setup was functional previously, but it seems to have stopped working. I suspect that one of the recent refactors might have caused it to break. I'm encountering an issue when trying to create more than 1 tunnel.
Any ideas on how to address this? Maybe something about routines and asyncio? I don't know
Beta Was this translation helpful? Give feedback.
All reactions