Skip to content

Commit 3155ba9

Browse files
committed
Changed: Coroutine Dispatcher to IO
1 parent b58a948 commit 3155ba9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/kotlin/com/featurevisor/sdk/Instance.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ class FeaturevisorInstance private constructor(options: InstanceOptions) {
5959
internal var configureBucketValue = options.configureBucketValue
6060
internal var refreshJob: Job? = null
6161
private var fetchJob: Job? = null
62-
internal val coroutineScope = CoroutineScope(Dispatchers.Unconfined)
62+
internal val coroutineScope = CoroutineScope(Dispatchers.IO)
6363

6464
init {
6565
with(options) {

0 commit comments

Comments
 (0)