user3921894
user3921894

Reputation: 45

Error Domain=NSURLErrorDomain Code=-1003 : A server with the specified hostname could not be found error

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

Answers (0)

Related Questions