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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
https://stackoverflow.com/questions/5826198/inputstream-available-is-0-always ,这里有说明,应该改为 read() 才行。而且我现在出现了并发传过来的多个信号,只有一个信号读取到,其他的信号都被忽略了。不知这个问题,你解决的了吗?并发数据传过来的读取问题
read()
The text was updated successfully, but these errors were encountered:
我目前没有遇到出现并发传过来的多个信号,只有一个信号读取到,其他信号丢失的问题
Sorry, something went wrong.
我也有类似问题,就是一个指令要发送多次,才能有响应数据,但是响应数据会有多个重复字段,最后还一串000000000,是不是前几次被阻塞了
请参考iissues12
No branches or pull requests
https://stackoverflow.com/questions/5826198/inputstream-available-is-0-always ,这里有说明,应该改为
read()
才行。而且我现在出现了并发传过来的多个信号,只有一个信号读取到,其他的信号都被忽略了。不知这个问题,你解决的了吗?并发数据传过来的读取问题The text was updated successfully, but these errors were encountered: