bod
04/15/2021, 7:51 PMsuspend fun main()
, the program doesn't exit at the end of the main
. It's not big deal since I can of course manually end it with exitProcess(0)
but I'm wondering if I'm doing something wrong, or is this normal?louiscad
04/15/2021, 8:07 PMDispatchers.Default
. I think there's even a related issue on GitHub.uli
04/16/2021, 6:52 AMbod
04/16/2021, 6:56 AMsuspend fun main(args: Array<String>) {
makeApiCall()
}
Could this be related to Retrofit?louiscad
04/16/2021, 6:58 AMbod
04/16/2021, 7:39 AMbod
04/16/2021, 7:40 AMexitProcess(0)
🙂