-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
ConcurrentDispatchQueueScheduler behavior #936
Comments
Hi @pgherveou , I'll investigate this. I have some ideas what could be happening. |
Hi @pgherveou, I've pushed my attempt to repro this, but I was unable to. The code and unit tests look good too. It seems that maybe you have disposed dispose bag prematurely. |
Anybody else can repro this? |
Sorry about the slow response. Here is the project I created |
Hi @pgherveou , thnx for awesome repro steps. I've finally managed to repro it and fix it. Pushed fix to master branch. Feel free to reopen the issue if you can still repo this. |
Hi @kzaher just updated the sample project to 3.0 and it fixed the issue! Do you have any tips to debug this kind of issues, hopefully next time I can send you a PR instead of a simple sample project! |
Short description of the issue:
On the latest beta, When using a Concurrent Dispatch Queue, the sequence emit a few times but never complete.
Self contained code example that reproduces the issue:
Xcode version:
Expected outcome:
it should print
What actually happens:
It prints
Installation method:
I have multiple versions of Xcode installed:
(so we can know if this is a potential cause of your issue)
Level of RxSwift knowledge:
(this is so we can understand your level of knowledge
and formulate the response in an appropriate manner)
The text was updated successfully, but these errors were encountered: