stealthcopter / AndroidNetworkTools

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

why the library ignore my setTimeOutMillis value? #22

Closed alfo888 closed 6 years ago

alfo888 commented 6 years ago

Hello, I set the setTimeOutMillis but the library seems to ignore my short value.

PortScan.onAddress(ipAddress).setTimeOutMillis(100).setPort(Integer.valueOf(editPortNumberString)).doScan(new PortScan.PortListener() { ...

stealthcopter commented 6 years ago

@alfo888 This was a bug and has been fixed in the latest release, please upgrade to use 0.3.0

alfo888 commented 6 years ago

Thanks a lot. I updated the library to version 0.3.0 and it works.