kotlin-hands-on / kmp-networking-and-data-storage

Other
255 stars 70 forks source link

cancel request on IOS #36

Open lso033c opened 8 months ago

lso033c commented 8 months ago

why not we cancel the request Task on IOS ? is that going to lead to memory leak

  override fun onDestroy() {
        super.onDestroy()
        mainScope.cancel()
    }