breez_sdk_liquid

Macro with_connection_retry

macro_rules! with_connection_retry {
    ($f:expr) => { ... };
}
Expand description

Executes the given grpc call function. If an error is returned that indicates the connection broke, the call is tried again.