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
No description provided.
The text was updated successfully, but these errors were encountered:
同遇到,这个有解决吗
Sorry, something went wrong.
/** * 从命令集合中取命令数据 * @return currentCmdEntity */ public synchronized SphCmdEntity get() { while (isGet) { try { wait(); } catch (InterruptedException e) { e.printStackTrace(); } } currentCmdEntity = mEntryList.remove(0); notify(); return currentCmdEntity; } 同遇到这个问题,追查了下,应该是这个地方循环机制的问题。但是我才学java和安卓,不会使用移植源码库,作者大大有空了可以开放这个地方的配置吗?
/** * 从命令集合中取命令数据 * @return currentCmdEntity */ public synchronized SphCmdEntity get() { while (isGet) { try { wait(); } catch (InterruptedException e) { e.printStackTrace(); } } currentCmdEntity = mEntryList.remove(0); notify(); return currentCmdEntity; }
No branches or pull requests
No description provided.
The text was updated successfully, but these errors were encountered: