We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
hello 作者大大,看了代码之后有几个问题~,不知道是不是我没有看明白的原因 第一个问题是scrcpy_ui/main.py后面的这个while循环应该是没有进入
因为在def __stream_loop(self) -> None:里面存在while循环
def __stream_loop(self) -> None:
第二个问题是 scrcpy/core.py 中的 start 方法,如果开启了新的线程来运行,我这里主程序会被卡住,也就是多线程这里其实是无效的 卡住如下
scrcpy/core.py
The text was updated successfully, but these errors were encountered:
No branches or pull requests
hello 作者大大,看了代码之后有几个问题~,不知道是不是我没有看明白的原因
第一个问题是scrcpy_ui/main.py后面的这个while循环应该是没有进入
因为在
def __stream_loop(self) -> None:
里面存在while循环第二个问题是
scrcpy/core.py
中的 start 方法,如果开启了新的线程来运行,我这里主程序会被卡住,也就是多线程这里其实是无效的卡住如下
The text was updated successfully, but these errors were encountered: