-
Notifications
You must be signed in to change notification settings - Fork 70
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
rx.disposeBag may be using wrong address #47
Comments
Yup, gotcha. That's tricky – I think you're right that the struct is getting copied and the address used by What do you think? Up for a pull request? Thanks again for opening the issue! |
Right now I'm doing some more investigation, I'll update when I'm done but I think that's the issue. |
Cool, thanks! Let us know what you find 👍 |
Ok, I did quite an investigation.
But still, I'm seeing that issue. Which means I can't blame this pod for memory leaking. However, I think that need to be fixed. I'll try to put a PR soon. |
Awesome, I look forward to it 👍 |
PR is up! Discuss and comment there. Thanks |
Closed by #48, and released to CocoaPods as 4.0.0. Thanks again! |
I think
rx.disposeBag
is doing some wrong memory stuff. Take a look at this post. I'm investigating now but might be helpful if you take a look as well.ReactiveX/RxSwift#1439
Check kzaher comment:
The text was updated successfully, but these errors were encountered: