Swift iOS application does not connect to Server using Socket.IO
问题 I'm about to write a very simple iOS application. I want the application to connect to a server by using Socket.IO. I've already installed Socket.IO with Cocoapods for my project and everything went well. The problem is after I run my server and then the application simulator, the application doesn't get connected to the server. I don't get any kind of error message or something like that but the server should print a message on the console/terminal when a socket is being connected. This is