Hi, I am writing small Android application to control robotic arm over RIOS socket server.
I have one PC with running RIOS and activated socket server. When start Socket client demo on the same PC connected to localhost, everything works perfect, RIOS server is responsive and everything works perfect.
I tried to start Socket client demo on other PC connected to network then I realized, that server reaction is delayed about 5 seconds.
The same behavior I realized on my Android device with my application. When I was running emulator on localhost everything was working perfectly without delays. When I connected real device over WIFI router, RIOS socket server reaction was delayed about 5 seconds.
I checked network trafic with Wireshark network analyzer and I saw no delays on incoming packets. RIOS socket server reaction was delaey about 5 sec after socket was received on PC.
I also tried to switch on/off firewall and antivirus program. I am running XP/SP3.
Do you have any idea what can be cause of this problem?