You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 22, 2022. It is now read-only.
operations
should be populated beforeschedule
.This line
should be placed before:
The only thing that avoids an asynchronous bug is the delay of the operation execution,
what is not a correct pattern for
synchronized
data.It's possible to have the operation executed before the
operations[id] = op
write.kin-android/base/src/main/java/org/kin/sdk/base/tools/NetworkOperationsHandler.kt
Line 224 in 07dd338
kin-android/base/src/main/java/org/kin/sdk/base/tools/NetworkOperationsHandler.kt
Line 219 in 07dd338
The text was updated successfully, but these errors were encountered: