Hi folks. I need to retrive the Principal entity f...
# ktor
i
Hi folks. I need to retrive the Principal entity from an implementation of a function from an abstract java class provided by an external library. I can't implement this function as a suspend function and so i can't access to the coroutine context. Do you have any suggestion?
w
Perhaps #coroutines would have a workaround?