mangoro_rpc_send: Send a message with retries
Description
Send a message with retries
Usage
mangoro_rpc_send(sock, msg, max_attempts = 20)
Value
The result from nanonext::send
Arguments
- sock
A nanonext socket
- msg
Message to send (raw vector)
- max_attempts
Maximum number of retry attempts (default 20)