![]() |
Unknown opened 2 years ago
|
![]() |
Fix was applied in ada5d7e2 |
![]() |
Thanks, it works. |
![]() |
Unknown opened 2 years ago
|
![]() |
Fix was applied in ada5d7e2 |
![]() |
Thanks, it works. |
Describe the bug We found memory leaks in the library. Every time the app gets active from the background, memory leaks are generated from XMPPDNSSrvResolver resolve(timeout: TimeInterval) Our app stops connection when goes in background.
To Reproduce Steps to reproduce the behavior:
XMPPDNSSrvResolver resolve(timeout: TimeInterval)
Expected behavior there you have 2 closures one inside another the last generate a retain. Here you need the
[weak self]
orunowned
than after you need to arrange the code on your choiceScreenshots I've attached 2 screenshots to better understand
Smartphone: