Has anyone been able to create a server with the android?

My case has not appeared to have had any work done on it since I reported the bug. It has been a few months, so I figured why not ask to see if anyone has been able to get a server to work on the android.

I haven’t been able to (the IP address is always returned as 127.0.0.0).

I noticed that there are some strange problems that will work perfectly OK on the iPhone, but fail on the Android.

I have been meaning to test this, but I haven’t had the opportunity.

What happens if you use

yield WaitForSeconds(.5);

between networking functions?

I had a problem where Android would crash if Disconnect was called at some certain time in my program, but waiting that half second fixed it.

I’ve been meaning to try it would with the creation of the server and polliing the master server. But, as we are switching to SmartFoxServer, I likely won’t get to try this-- But I figure I’d give you a head up that that might solve the issue.