bertrandmartel / speed-test-lib

:cloud: JSpeedTest : speed test client library for Java/Android
MIT License
381 stars 119 forks source link

forceStopTask() not work #37

Closed DimaDDM closed 7 years ago

DimaDDM commented 7 years ago

Hello again! When i'm using forceStopTask for stop all task ... task keeps executing. This bug work in methods

startUploadRepeat
startDownloadRepeat

Reports stopping but percent progress keep increment inIRepeatListener (onReport)!

bertrandmartel commented 7 years ago

Thank you for reporting this bug, this has been fixed in 1.30. Note that there is a callback naming change in 1.30 for repeat listener :

For the speed test listener, there is now only one callback for progress (onProgress), one for error (onError) and one for completion (onCompletion)

Check the release note

DimaDDM commented 7 years ago

So many fixes! Looks like best day of my life :) Thanks!