Daltron / NotificationBanner

The easiest way to display highly customizable in app notification banners in iOS
MIT License
4.75k stars 660 forks source link

Main Thread crash #398

Open afern247 opened 1 year ago

afern247 commented 1 year ago

Once you trigger the notifications multiple times, the app crashes. Here are some screenshot of where the error is occurring:

image

image

image

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

devinbaeten commented 1 year ago

I have noticed this behavior as well

FONickReichard commented 1 year ago

Hey @afern247 & @devinbaeten, what version are you on?

afern247 commented 1 year ago

I'm on 3.2.0 and honestly I don't remember the version for which I opened this ticket (my bad), for now the issue is not happening on my side.