Skip to content
Snippets Groups Projects

FE-1053 Change retry behavior

Open Kamal Bramwell requested to merge FE-1053_change_retry_behavior into development
11 files
+ 52
20
Compare changes
  • Side-by-side
  • Inline
Files
11
@@ -52,6 +52,9 @@ interface ClientWrapperBase {
): Long
fun confirmAuthenticatedChannel(marshalledContact: ByteArray): Long
fun deleteRequest(marshalledContact: ByteArray)
fun waitForRoundCompletion(
roundId: Long,
timeoutMillis: Long,
Loading