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
fix(messaging, ios): serialize access to background handler state
this should make race conditions impossible, in case that was the cause
for a recent crash
note that the 25 second timeout block did *not* execute in testing if
the completion handler was called - the app went back to sleep immediately,
so no create_dispatch_block / dispatch_block_cancel was needed
0 commit comments