Do not throw the exception.

This commit is contained in:
Benoit Marty 2023-10-31 17:56:39 +01:00 committed by Benoit Marty
parent 2f62779ad4
commit 3e9710a0c1

View file

@ -117,7 +117,7 @@ internal class RustEncryptionService(
} else {
trySend(BackupUploadState.Error)
}
close(it)
close()
}
awaitClose {}
}