Hi,
If I sending an IP address "172.20.10.5" to get the ping response i.e. Latency. This completion is getting called only in main thread. Is there any option that we can get the ping response in Background thread ?
Basically I'm defining a for loop to check the reachability of the IP's between 0-255, but I'm getting the response only in main thread.
Let me know if anybody knows the solution regarding this.
Hi, If I sending an IP address "172.20.10.5" to get the ping response i.e. Latency. This completion is getting called only in main thread. Is there any option that we can get the ping response in Background thread ?
Basically I'm defining a for loop to check the reachability of the IP's between 0-255, but I'm getting the response only in main thread.
Let me know if anybody knows the solution regarding this.
Thanks in advance !