-
Notifications
You must be signed in to change notification settings - Fork 63
Open
Description
I want to send message to remote address server, but i can't get the right methods.I have some issues that
Why in MainActivity, Server and Client only can Use localhost,when I use another ip,the system is running "01-11 17:36:54.573 8159-8171/com.github.renewb.androidasyncsocketexamples D/dalvikvm: GC_FOR_ALLOC freed 512K, 16% free 3110K/3688K, paused 1ms, total 1ms"
this is my setting:
server = new Server("192.168.x.x", 7001);
client = new Client("192.168.x.x", 7001);
can you give me some helps?
Metadata
Metadata
Assignees
Labels
No labels