最近,我在解决时遇到了一个问题NSNetService
。
我发布了一个NSNetService
with type _http._tcp.
,就像一个 http 服务器。否则,在另一台设备上,我开始搜索此服务,它会找到它。
找到后,我就申请resolveWithTimeout
了。
在解决时,有时我只得到 ipv6,我无法NSURLConnection sendAsynchronousRequest: queue: completionHandler:
在其上使用 HTTPRequest。
我如何申请并且 url 上的 HTTPRequest 包含 ipv6 ?我该如何处理这个问题?