Martin Deville
Martin Deville
Hi, we moved from `1.0.0-ALPHA-24` to `1.0.0-ALPHA-47`, these crashes didn't appear in ALPHA-24
The tryMap is done in Swift, it maps KMP entities to Swift entities. I'm confident that the mapping itself is not the cause of the crash, as its a straightforward...
Hi, sorry for the late answer. We created a KMP publisher that constantly publish values, and some code to randomly create and loose ref on many publishers created with `KMP-NativeCoroutines`...
Sure, here is the KMP part: ``` abstract class IosTestingUseCase { @NativeCoroutines abstract fun data(): Flow abstract fun initialise(delayInMilliSeconds: Long) abstract fun clear() } internal class IosTestingUseCaseImpl( private val scope:...