Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在通过标准 HTTP NSURLConnection 进行 socket.io 握手调用,奇怪的是我只有在通过 Wifi 连接时才得到响应,否则连接超时。我知道套接字不能通过 Wifi 工作,应该使用 xhr-polling 进行蜂窝连接,但是仅通过 Wifi 工作的 HTTP 连接没有意义,因此我什至无法轮询,因为我根本无法连接......
有什么想法吗?
问题最终出在服务器上(虽然是前一段时间,但我相信这是防火墙或配置错误),而不是 iOS 问题。如果有人遇到这个并且很好奇,则正在使用以下库并且运行良好:
https://github.com/pkyeck/socket.IO-objc