rundfunk47 / stinsen

Coordinators in SwiftUI. Simple, powerful and elegant.
MIT License
926 stars 98 forks source link

Memory leaks in iOS17 #129

Open Aslanyan99n opened 1 year ago

Aslanyan99n commented 1 year ago

I have memory leaks when using Stinsen. Can you suggest a solution for this? When I navigate to different screen multiple times, the app becomes unresponsive.

Screenshot 2023-11-22 at 09 38 57
JoeOCT91 commented 1 year ago

There also a memory leak when a coordinator is presented above the current coordinator

akupich commented 12 months ago

Memory leaks are observed since iOS 17 and above. Any ideas how to temporary bypass these memory leaks?

akupich commented 11 months ago

Super critical issue, please take a look and publish version with fix for iOS 17 and tvOS 17 🙏

ashishsj0 commented 8 months ago

Hi, Has there been any update on this? Too many memory leaks.

Aslanyan99n commented 8 months ago

Hi, Has there been any update on this? Too many memory leaks.

Unfortunately no

bigearsenal commented 4 months ago

Hi there, how to reproduce? I didn't see the memory leak on ios 17.5

akupich commented 4 months ago

Hey, according to later investigation I did - this issue was happening only on iOS 17.0.x, and was fixed on later versions.

bigearsenal commented 4 months ago

Hey, according to later investigation I did - this issue was happening only on iOS 17.0.x, and was fixed on later versions.

Thank you

ashishsj0 commented 1 month ago

Too many memory leaks happening again on iOS 18. Is anyone still facing them?