Hello, I am having an issue with iOS memory leaks ...
# ktor
t
Hello, I am having an issue with iOS memory leaks when I make a ktor get request. The dispatcher is being built on the iosX64/iosArm32/iosArm32 side through an class implementing CoroutineDispatcher() with the override fun dispatch doing
Copy code
dispatch_async(dispatch_get_main_queue()) {
    block.run()
}
e
Hi, @Tony. Could you file an issue with this sample?
t
Will do! Thanks Leonid
🙏 1