kmm-networking-and-data-storage icon indicating copy to clipboard operation
kmm-networking-and-data-storage copied to clipboard

cancel request on IOS

Open lso033c opened this issue 1 year ago • 0 comments

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

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

lso033c avatar Feb 24 '24 12:02 lso033c