leng-yue / py-scrcpy-client

An easy to use python scrcpy client
https://leng-yue.github.io/py-scrcpy-client/
MIT License
283 stars 71 forks source link

_AdbStreamConnection should be removed. #23

Closed MilkFlavor closed 2 years ago

MilkFlavor commented 2 years ago

According to " https://github.com/openatx/adbutils/issues/46#issuecomment-1127167371 ", the _AdbStreamConnection class was removed. I faced an error where the error was not found.

leng-yue commented 2 years ago

The . is important for unit tests and importing outside the scrcpy_ui folder. You probably need to revoke the change.

leng-yue commented 2 years ago

You probably also need to update the minimum version of adbutils in the pyproject.toml, or add a try except instead.

leng-yue commented 2 years ago

Thanks for your contribution.