If you are experiencing an issue please mention the full platform your 
issue applies to:
IDE: NetBeans/Eclipse/IDEA NetBeans 8.2
Desktop OS Windows 10
Simulator  3.7
Device IPhone 6 Plus IOS 10.3.2

Note: This works flawlessly on Android SCH-1545 OS Ver 5.0.1

Here is a code fragment 

import ca.weblite.codename1.net.Socket;
import java.io.InputStream;
import java.io.OutputStream;


mySocket = new Socket(host, port, socketTimeOut);
OutputStream os = mySocket.getOutputStream();
os.write(frame(CMD.getBytes()));
is = mySocket.getInputStream();

Note: Monitoring The Server, 
Command is received and properly responded.

On the IOS Client, have read zero bytes, subsequent (4) retries resulted in 
zero bytes available / read
On Android, response is received in 10ms

Note: WiFi is local and 659mbps 
Very responsive.

I have downloaded the CN1 lib 
@ http://www.codenameone.com/blog/sockets-multiline-trees.html
Add build hint ios.add_libs=CFNetwork.framework (if deploying to iOS)
Please see attached hints settings.

Thoughts?

-- 
You received this message because you are subscribed to the Google Groups 
"CodenameOne Discussions" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
Visit this group at https://groups.google.com/group/codenameone-discussions.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/codenameone-discussions/8556610d-1f1c-4682-a4ea-3d884d844b48%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to