-
Notifications
You must be signed in to change notification settings - Fork 26
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
Real time client memory leaks fixes #1130
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks solid. Any ideas why checks aren't passing?
well, it looks weird ... because sometimes they pass and sometimes not. I'll re-run all jobs an we will see if they'll pass or not |
I double-checked the failing GCD iOS test and there was an issue with this https://forums.swift.org/t/retain-count-set-to-2-and-no-deinit-called/43571/4 commit here: 0f8e29f |
Just to give the next reader a quick idea on what's going on in this test. |
here 6df222c |
This change was originally made by @mikepulaski in
ably-cocoa
fork (https://github.com/tupleapp/ably-cocoa/tree/gcd-leaks).