[firebase_messaging] Android: Memory Leak #260
Labels
impact: customer
A bug with low impact (e.g. affecting only a few customers or has a workaround). (P3)
platform: android
Issues / PRs which are specifically for Android.
plugin: messaging
type: bug
Something isn't working
Currently, the background handling in
FlutterFirebaseMessagingService
is leaking thebackgroundChannel
property. This get's evident by activating LeakCanary and moving the App from FG to BG:Expected behavior
No memory leaks.
Additional context
As @kroikie put it in the comments within service class, the isolate/instance stuff must not be static.
The text was updated successfully, but these errors were encountered: