send.multipart: Send multipart ZMQ message.

View source: R/rzmq.R

send.multipartR Documentation

Send multipart ZMQ message.

Description

Queue a list of raw vectors to be sent as a series of ZMQ message parts. Each part before the last will be sent with the SNDMORE flag.

Usage

send.multipart(socket, parts)

Arguments

socket

The ZMQ socket on which to send data

parts

A list of raw vectors; each component will be sent as one part of the message, in the order of the list


armstrtw/rzmq documentation built on April 18, 2024, 12:17 a.m.