-
Notifications
You must be signed in to change notification settings - Fork 136
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
Huge Amounts Of memory Leaks reported in XCode #95
Comments
+1 |
Did anyone find the solution to this issue? Thanks in advance! |
I had fixed it final class NTPConnection {
query method you should use instance method and user weak self in the block . NTPClient class func query(addresses: [SocketAddress], host: String) { in the stop queue func you should set self.con = nil |
Running on iOS 14.6
XCode 12.4
Related Issue
According to XCode there's a ton of retain cycles causing leaks in this Library.
Please see the attached screen shot for a better idea of what I'm talking about.
The text was updated successfully, but these errors were encountered: