Posts

Post not yet marked as solved
5 Replies
3.7k Views
Hi,For some application on iOS we need to create a localhost socket server. Here a client socket application which also run on the same machine post messages to socket server. I have successfully acheived this architecture on android. I am getting issues on iOS side.I already used the BlueSocket and SwiftSocket libraries to acheive the same but face some issues like this one:https://github.com/IBM-Swift/BlueSocket/issues/179Any kind of library,tutorial, demo, code suggestion is highly welcomed.Thanks.
Posted Last updated
.