BearnLee
Results
1
comments of
BearnLee
Thanks for your reply. Your sample code as below: new com.github.reneweb.androidasyncsocketexamples.tcp.Server("localhost", 7000); new com.github.reneweb.androidasyncsocketexamples.tcp.Client("localhost", 7000); I want to use "192.168.x.x" to replace "localhost", and did this,so cause that problem. and...