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
That's not a socket communication....
A socket would be something like this: let client = TCPClient(address: "http://test.com", port: 5000)
You need to make your "back end" to accept socket connection!
I want to communicate with socket as below.
ex) "http://test.com:5000/test/05/abc/true"
What should I do???
The text was updated successfully, but these errors were encountered: