maxAttempts

expect var maxAttempts: Int(source)

The max number of retry attempts made after connection failure. This method will return 0 when implicitly using the default: 10 total connection attempts (the initial attempt and up to 9 retries) for a one-shot replicator and a very, very large number of retries, for a continuous replicator.

actual var maxAttempts: Int(source)
actual var maxAttempts: Int(source)