question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

2.2 version, use RxFetch , can not Paused.

See original GitHub issue

implementation “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:closed
  • Created 5 years ago
  • Comments:14 (8 by maintainers)

github_iconTop GitHub Comments

1reaction
runylincommented, Aug 20, 2018

@tonyofrancis , I have already sent the full sample code to you. Please receive mail. Thanks for help.

0reactions
runylincommented, Aug 21, 2018

@tonyofrancis get it. Thanks for your answer.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found