Alexey

Results 5 comments of Alexey

Hello, sure, I will try to help you. We are also using the `api28` image and `emulator_api_28_x86` branch in our Kubernetes cluster. First of all, I might tell you that...

Hi Yervand. Thanks for reaching out. What versions of **_Koin_** and _**CoroutineCache**_ are you using? Recently, **_Koin_** version inside **_CoroutineCache_** was updated to **2.0.1** - most probably that is the...

@yauheni-parakhnevich It definitely seems to be an issue with Koin setup - whether in this library or in your project. Can you tell me please, how many instances of CoroutineCache...

I was able to reproduce this issue by declaring CoroutineCache provider as factory, instead of single. Please, try to replace: ``` factory { CoroutinesCache(CacheParams(....)) } ``` with: ``` single {...

Considering Roman Elizarov suggestion, if we change library API we may get rid of CoroutineScopes altogether. It will be up to user. The only question here is if we can...