You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, i need to send array of bytes to server. I have tried from simulator I can able to send and getting response.
to establish connection cam using
client = TCPClient(address: myhost, port: myport) (in viewDidLoad)
Same thing when I tried to send from iPhone device, connection is success but can not able to send bytes. I am getting following error.
Error in data sent : "The operation couldn’t be completed. (SwiftSocket.SocketError error 3.)"
am I need to do anything configuration in device?
The text was updated successfully, but these errors were encountered:
muga87
changed the title
Device cannot able to send bytes
From real device cannot able to send bytes
Jul 22, 2021
Hi, i need to send array of bytes to server. I have tried from simulator I can able to send and getting response.
to establish connection cam using
client = TCPClient(address: myhost, port: myport) (in viewDidLoad)
Same thing when I tried to send from iPhone device, connection is success but can not able to send bytes. I am getting following error.
Error in data sent : "The operation couldn’t be completed. (SwiftSocket.SocketError error 3.)"
am I need to do anything configuration in device?
The text was updated successfully, but these errors were encountered: