andyburke / UnityHTTP

A TcpClient-based HTTP library for Unity.
GNU General Public License v2.0
592 stars 146 forks source link

"Unhandled Exception, aborting request" while switching off wifi #52

Open phongyewtong opened 9 years ago

phongyewtong commented 9 years ago

Unhandled Exception, aborting request.

SocketException: No such host is known System.Net.Dns.hostent_to_IPHostEntry (System.String h_name, System.String[] h_aliases, System.String[] h_addrlist) System.Net.Dns.GetHostByName (System.String hostName) System.Net.Dns.GetHostEntry (System.String hostNameOrAddress) System.Net.Dns.GetHostAddresses (System.String hostNameOrAddress) System.Net.Sockets.TcpClient.Connect (System.String hostname, Int32 port)

andyburke commented 9 years ago

How would you expect this to be handled?