bertrandmartel / speed-test-lib

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

Simultaneous download/upload #26

Closed DimaDDM closed 4 years ago

DimaDDM commented 7 years ago

Hello. Can you also add instead of forceStopTask() methods for stop downloading or uploading task? Thanks.

bertrandmartel commented 7 years ago

Hello, forceStopTask does stop download or upload running task. Do you mean you want to launch simultaneously a download and upload and to be able to stop only download or upload ? In that case ,the library doesn't support simultaneous download/upload only queued download/upload task

DimaDDM commented 7 years ago

Simultaneous upload and download feature will be awesome.

bertrandmartel commented 7 years ago

I will see how to implement that, I would need also to add additional tests to ensure thread safety