mapbox / mapbox-events-ios

Mapbox Events Framework for iOS
Other
20 stars 38 forks source link

Fix leaked background tasks #340

Closed vayesh closed 2 years ago

vayesh commented 2 years ago

Fixes #336.

The problem was caused when the app goes to background with zero events in the eventQueue. In that case we start the bg task, but do not end end it.

The PR: