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
Once you trigger the notifications multiple times, the app crashes. Here are some screenshot of where the error is occurring:
This happens once you activate the notification in an async function that takes some time to execute, for example, fetching some data.
It doesn't matter if you put it into a DispatchQueue.main.async { }, it still crashes
The text was updated successfully, but these errors were encountered:
Once you trigger the notifications multiple times, the app crashes. Here are some screenshot of where the error is occurring:
This happens once you activate the notification in an async function that takes some time to execute, for example, fetching some data.
It doesn't matter if you put it into a
DispatchQueue.main.async { }
, it still crashesThe text was updated successfully, but these errors were encountered: