Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#105 memory leaks #106

Merged
merged 61 commits into from
Mar 20, 2021
Merged

#105 memory leaks #106

merged 61 commits into from
Mar 20, 2021

Conversation

Alex009
Copy link
Member

@Alex009 Alex009 commented Feb 18, 2021

No description provided.

@Alex009
Copy link
Member Author

Alex009 commented Mar 5, 2021

fun <T> Flow<T>.asLiveData(coroutineScope: CoroutineScope, initialValue: T): LiveData<T> {
here should be on active/inactive

@Alex009 Alex009 modified the milestones: 0.9.2, 0.10.0 Mar 16, 2021
@Alex009 Alex009 marked this pull request as ready for review March 16, 2021 05:02
@Alex009 Alex009 requested a review from Dorofeev March 18, 2021 08:02
@Alex009 Alex009 merged commit 5849e93 into develop Mar 20, 2021
@Alex009 Alex009 deleted the #105-memory-leaks branch March 20, 2021 12:05
@Alex009 Alex009 modified the milestones: 0.10.0, 0.11.0 Apr 6, 2021
@Alex009 Alex009 removed this from the 0.11.0 milestone Jun 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ios memory leaks Add Closable into result of LiveData.bind methods to close opened subscriptions
2 participants