Minghao Li
Minghao Li
> Please refer to #1253 . Maybe we could just let it failed. Task status is also no need to keep. This issue is different from #1253. This issue states...
I have met the same problem and can't find any solution.
@immortalCockroach Thanks, I'll try it! By the way, I'm Chinese too@ @.
Thanks for noticing this bug and creating the fix. Could you help add unit tests for it?
Closing this as I already fixed this error in #920
Instead of letting different layers register the same service, why not putting all the service registeration logic into one place?
If so, I'd suggest asking the utility owner to check for duplicate registration. My main concern for your proposal is that it's in the base_service class, so this modification means...
I'm ok with the new proposal if you are willing to create a PR for it. @xpconanfan any objection to this public API change: Add an arg to ignore the...
I forked this PR to #198. Closing this.
Recording some information that might be helpful: * Looks like iOS 17 is using a new device connectivity stack (named CoreDevice), changes involves: * [communication protocol](https://github.com/doronz88/pymobiledevice3/blob/master/misc/RemoteXPC.md) * A github [PR](https://github.com/doronz88/pymobiledevice3/pull/463/files)...