You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should have a lot more of the memory leak scenarios resolved, so, I would be curious to see if you can remove this.
If you can't remove it, I would be curious to know if you have scenarios we can look at.
All that being said, I think if you dispatch the disconnecthandler call so that MAUI code can resolve first, that's going to eliminate a few edge cases that might cause crashes.
Description
Mopups/Mopups/Mopups.Maui/Platforms/iOS/iOSMopups.cs
Lines 138 to 142 in 44b6af7
We should have a lot more of the memory leak scenarios resolved, so, I would be curious to see if you can remove this.
If you can't remove it, I would be curious to know if you have scenarios we can look at.
All that being said, I think if you dispatch the
disconnecthandler
call so that MAUI code can resolve first, that's going to eliminate a few edge cases that might cause crashes.Example: dotnet/maui#23408
The text was updated successfully, but these errors were encountered: