Re: [android-developers] Re: serverSocket.accept();
Gave me the link were you have post..
On Tue, Mar 20, 2012 at 3:33 AM, Lew <lewbloch@gmail.com> wrote:
Sumit wrote:Why, in my android code
ServerSocket ss=new ServerSocket(8085);
//works till here
Socket s=ss.accept();
// block here
why my code get blocked here at accept() call,
can any one gave me a solution,
When i make my android device as client & my Java code as Server
it works,
but does not work in reverse way.
please help me.See the answer I gave to the other post you made of this very question.--Lew--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home