-
Notifications
You must be signed in to change notification settings - Fork 154
Open
Description
Hello
I am a newbie in android.
There are several question about adblib.
- In my opinion, communication in one socket connection is sequential, there should be only at most one active open stream in AdbConnection. So why there is openStreams:HashMap in AdbConnection?
- If communication in one socket connection is sequential, Isn't blocking read and write simpler than multithread/wait/notify ? Why there is extra connection Thread handling message reading?
Thanks a lot
Metadata
Metadata
Assignees
Labels
No labels