2.2 version, use RxFetch , can not Paused.
See original GitHub issueimplementation “com.tonyodev.fetch2rx:fetch2rx:2.2.0-RC5” After I call fetch.pause(request.getId()) , but it keep download. The log below:
D/debug: onStarted
D/debug: onDownloadBlockUpdated
D/debug: onDownloadBlockUpdated
D/debug: onProgress 17
D/debug: pause
D/debug: onDownloadBlockUpdated
D/debug: onProgress 39
D/debug: onDownloadBlockUpdated
D/debug: onProgress 77
D/debug: onDownloadBlockUpdated
D/debug: onProgress 100
D/debug: onCompleted
And before , the project implementation “com.tonyodev.fetch2rx:fetch2rx:2.1.0-RC15” , use the same sample code , after call fetch.pause(request.getId()), it can work.
@tonyofrancis , I don’t know where to go wrong. Can U check this problem?Thanks a lot
Issue Analytics
- State:
- Created 5 years ago
- Comments:14 (8 by maintainers)
Top Results From Across the Web
MPC8533E Chip Errata - NXP
Receive pause frame with PTV = 0 does not resume ... Workaround: Use "mbar MO = 0" to ensure that caching-inhibited guarded loads...
Read more >server pause command :: Open Liberty Docs
The server pause command pauses all or specific inbound work for an Open Liberty server. By pausing and resuming inbound work, you can...
Read more >IgH Master 1.5.2 Documentation - EtherLab
command-line tool can be used to access the bus, but there is no process data ... there has to be an EtherCAT-capable version...
Read more >Red Hat Enterprise MRG 3 Messaging Programming Reference
Red Hat Software Collections is not formally related to ... Messaging 2.2 and below use the command qpid-config exchanges -b.
Read more >Technical Docul~nen ta tion for the Canon Cat Editor
version of Forth developed at Information Appliance. ... other commands, so does not have a ... Cat, although the built-in software does not...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@tonyofrancis , I have already sent the full sample code to you. Please receive mail. Thanks for help.
@tonyofrancis get it. Thanks for your answer.