I don't receive the user in the same transaction.....
# exposed
w
I don't receive the user in the same transaction...
val loadingUser = async(CommonPool) { User.getOrCreate(chatId) }
is where I get the user and then inside a coroutine (
launch(CommonPool)
):
val user = loadingUser.await()
.