Ali
02/04/2022, 9:16 AMensureActive
ordering is really matters here or its the same?
val domainContent = contentUseCase.run(args)
ensureActive()
vs
ensureActive()
val domainContent = contentUseCase.run(args)
Looks like its not the same. I have issue with the second case.