dotnet / maui

.NET MAUI is the .NET Multi-platform App UI, a framework for building native device applications spanning mobile, tablet, and desktop.
https://dot.net/maui
MIT License
22.2k stars 1.75k forks source link

Investigate converting all event subscriptions in our iOS handlers to delegates or our own delegates #8119

Open PureWeen opened 2 years ago

PureWeen commented 2 years ago

Related

https://github.com/dotnet/maui/pull/7371

Supposedly iOS is unable to automatically collect when you subscribe to an event that's connected to an underlying delegate so if the handler disconnect isn't called then the handler will leak. This is the reason the iOS team has stopped wiring events to delegates

AFAIK this isn't a problem with the Android event to delegate bindings or WinUI.

ghost commented 2 years ago

We've moved this issue to the Backlog milestone. This means that it is not going to be worked on for the coming release. We will reassess the backlog following the current release and consider this item at that time. To learn more about our issue management process and to have better expectation regarding different types of issues you can read our Triage Process.