mangoro_rpc_send: Send a message with retries

View source: R/mangoro-utils.R

mangoro_rpc_sendR Documentation

Send a message with retries

Description

Send a message with retries

Usage

mangoro_rpc_send(sock, msg, max_attempts = 20)

Arguments

sock

A nanonext socket

msg

Message to send (raw vector)

max_attempts

Maximum number of retry attempts (default 20)

Value

The result from nanonext::send


mangoro documentation built on Nov. 26, 2025, 1:06 a.m.