We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b58a948 commit 3155ba9Copy full SHA for 3155ba9
src/main/kotlin/com/featurevisor/sdk/Instance.kt
@@ -59,7 +59,7 @@ class FeaturevisorInstance private constructor(options: InstanceOptions) {
59
internal var configureBucketValue = options.configureBucketValue
60
internal var refreshJob: Job? = null
61
private var fetchJob: Job? = null
62
- internal val coroutineScope = CoroutineScope(Dispatchers.Unconfined)
+ internal val coroutineScope = CoroutineScope(Dispatchers.IO)
63
64
init {
65
with(options) {
0 commit comments