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 399b58d commit 3179d5dCopy full SHA for 3179d5d
app/src/main/java/to/bitkit/viewmodels/TransferViewModel.kt
@@ -504,7 +504,7 @@ class TransferViewModel @Inject constructor(
504
505
coopCloseRetryJob = viewModelScope.launch {
506
val giveUpTime = startTimeMs + GIVE_UP_MS
507
-
+ //TODO cache TransferType: COOP_CLOSE, FORCE_CLOSE and TO_SAVINGS
508
while (isActive && System.currentTimeMillis() < giveUpTime) {
509
Logger.info("Trying coop close...")
510
val channelsFailedToCoopClose = closeChannels(channelsToClose)
0 commit comments