Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Status emission problem #38

Open
SumitProgrammer5955 opened this issue Oct 25, 2024 · 0 comments
Open

Status emission problem #38

SumitProgrammer5955 opened this issue Oct 25, 2024 · 0 comments

Comments

@SumitProgrammer5955
Copy link

When I start download something and then i cancel after 2 to 3 second after repeating this 2 to 3 time in the 4th time when I finally downloaded that file all the previous emission of those file also emitted like PROGRESS 4 times, SUCCESS 4 times below

Logs :
collectLatest ketch QUEUED
collectLatest ketch QUEUED
collectLatest ketch QUEUED
collectLatest ketch QUEUED
collectLatest ketch STARTED
collectLatest ketch STARTED
collectLatest ketch STARTED
collectLatest ketch STARTED
collectLatest ketch PROGRESS
collectLatest ketch PROGRESS
collectLatest ketch PROGRESS
collectLatest ketch PROGRESS
collectLatest ketch SUCCESS
collectLatest ketch SUCCESS
collectLatest ketch SUCCESS
collectLatest ketch SUCCESS

What I expect is after QUEUED status all the STARTED, PROGRESS and SUCCESS should be called only once.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant