Skip to content
New issue

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

如果发送一个命令没有返回 下个命令无法发送 #13

Open
wudelu opened this issue Oct 21, 2021 · 2 comments
Open

如果发送一个命令没有返回 下个命令无法发送 #13

wudelu opened this issue Oct 21, 2021 · 2 comments

Comments

@wudelu
Copy link

wudelu commented Oct 21, 2021

No description provided.

@ChloeDimen
Copy link

同遇到,这个有解决吗

@smmloveyou
Copy link

/** * 从命令集合中取命令数据 * @return currentCmdEntity */ public synchronized SphCmdEntity get() { while (isGet) { try { wait(); } catch (InterruptedException e) { e.printStackTrace(); } } currentCmdEntity = mEntryList.remove(0); notify(); return currentCmdEntity; }
同遇到这个问题,追查了下,应该是这个地方循环机制的问题。但是我才学java和安卓,不会使用移植源码库,作者大大有空了可以开放这个地方的配置吗?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants