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
There is no evidence this has happened in practice, but as @roeierez theorized here, it might be possible for the notification plugins to skip notifications if the app runs simultaneously in the background.
The notification plugins wait for some events issued by the SDK. If the app is running in the background, 2 SDK instances will run in parallel, and it's possible only a single one will emit the event. Let's investigate if this is indeed a potential issue and if so, decide how to fix it.
The text was updated successfully, but these errors were encountered:
There is no evidence this has happened in practice, but as @roeierez theorized here, it might be possible for the notification plugins to skip notifications if the app runs simultaneously in the background.
The notification plugins wait for some events issued by the SDK. If the app is running in the background, 2 SDK instances will run in parallel, and it's possible only a single one will emit the event. Let's investigate if this is indeed a potential issue and if so, decide how to fix it.
The text was updated successfully, but these errors were encountered: