문제

Using this article as a guide:

Managing a Connection

It explains that in the connected thread class, the run method is constantly listening for data to read from the stream.

So if I put a log message in the loop I'd expect to see a constant feed of my message when the instance of this class is created and I start() it, however I only get the message once. If i remove the try catch block of code though then I do see a constant feed of my logcat message. Can anyone explain why this happens?

올바른 솔루션이 없습니다

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top