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
kotlinx-coroutines creates memory leaks in our iOS part of the project. Here are the places of the leaks:
> kotlinx-coroutines-core/common/src/JobSupport.kt:989 (on attachChild(..) function)
> kotlinx-coroutines-core/common/src/Job.kt:379 (on Job(..) function)
And ss for the last line of the memory leaks' stack trace in case you need them:
### Expected behavior
kotlinx-coroutines shouldn't create any memory leaks in iOS.
The text was updated successfully, but these errors were encountered:
kotlinx-coroutines creates memory leaks in our iOS part of the project. Here are the places of the leaks:
> kotlinx-coroutines-core/common/src/JobSupport.kt:989 (on attachChild(..) function)
> kotlinx-coroutines-core/common/src/Job.kt:379 (on Job(..) function)
And ss for the last line of the memory leaks' stack trace in case you need them:
### Expected behavior
kotlinx-coroutines shouldn't create any memory leaks in iOS.
New Issue Checklist
Info
I'm using:
for a Kotlin Multiplatform project.
Describe the bug
kotlinx-coroutines creates memory leaks in our iOS part of the project. Here are the places of the leaks:
And ss for the last line of the memory leaks' stack trace in case you need them:
### Expected behavior
kotlinx-coroutines shouldn't create any memory leaks in iOS.
The text was updated successfully, but these errors were encountered: