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
I'm using zipOrAccumulate with two procedures.
Then I faced the problem that each procedure is executed twice.
I would like to avoid this behavior because my procedure calls an external API.
I think that this behavior is caused by the following code.
rhirai-line
changed the title
zipOrAccumulate which provides two procedures executes each procedure twice.
zipOrAccumulate with two procedures executes each procedure twice.
Oct 28, 2024
Hello.
I'm using zipOrAccumulate with two procedures.
Then I faced the problem that each procedure is executed twice.
I would like to avoid this behavior because my procedure calls an external API.
I think that this behavior is caused by the following code.
kotlin-result/kotlin-result/src/commonMain/kotlin/com/github/michaelbull/result/Zip.kt
Lines 147 to 148 in 7ce7c16
Therefore, I would appreciate it if you could correct it as follows.
The text was updated successfully, but these errors were encountered: