After switching the app to AppLifecycleState.detached, when I open it again, isolate is duplicated. Then my app's memory usage is increased and there is drift error occured.
Steps to reproduce
1. Go to app state to AppLifecycleState.detached
2. Open it again
3. ShareDB opened twice
Supporting info to reproduce
This main is fcm background isolate
Open app after detached state.
Relevant log output
No response
Flutter analyze output
No response
Flutter doctor output
No response
Code of Conduct
[X] I agree to follow this project's Code of Conduct
Which packages are you using?
stream_chat, stream_chat_flutter, stream_chat_flutter_core, stream_chat_persistance, stream_chat_localizations
On what platforms did you experience the issue?
iOS, Android
What version are you using?
stream_chat_localizations: ^7.2.2 stream_chat_flutter_core: ^7.3.0 stream_chat_persistence: ^7.3.0 stream_chat_flutter: ^7.2.2
What happened?
After switching the app to AppLifecycleState.detached, when I open it again, isolate is duplicated. Then my app's memory usage is increased and there is drift error occured.
Steps to reproduce
Supporting info to reproduce
This main is fcm background isolate
Open app after detached state.
Relevant log output
No response
Flutter analyze output
No response
Flutter doctor output
No response
Code of Conduct