package rerun.sdk_comms.v1alpha1

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

service MessageProxyService

sdk_comms.proto:17

Simple buffer for messages between SDKs and viewers. - SDKs produce messages by calling `WriteMessages` - Viewers consume messages by calling `ReadMessages` The buffer is bounded by a memory limit, and will drop the oldest messages when the limit is reached. Whenever `ReadMessages` is called, all buffered messages are sent in the order they were received. The stream will then also yield any new messages passed to `WriteMessages` from any client.