stealthcopter / AndroidNetworkTools

Set of useful android network tools
Apache License 2.0
1.36k stars 283 forks source link

how to stop ping progress? #82

Open seri0099 opened 3 years ago

seri0099 commented 3 years ago

i can't stop ping progress with cancel();

grolschie commented 3 years ago

You will be doing network operations on a non-UI thread, so you could terminate said thread?