Reputation: 45
I have an app where I am calling one web service which works fine for the first time but for second time didFailWithError
gets called with error
"A server with the specified hostname could not be found."
And also a weird error like
dnssd_clientstub deliver_request: socketpair failed 24 (Too many open files). nw_resolver_create_dns_service_on_queue DNSServiceGetAddrInfo failed: Unknown(-65537)
I don't think it is a network issue. How can I fix it?
Upvotes: 1
Views: 3122