Crate re_grpc_server

Source
Expand description

Server implementation of an in-memory Storage Node (“proxy”).

Modules§

shutdown

Structs§

MessageProxy
TonicStatusError
Wrapper with a nicer error message

Constants§

DEFAULT_MEMORY_LIMIT
DEFAULT_SERVER_PORT
Default port of the OSS /proxy server.
MAX_DECODING_MESSAGE_SIZE
MAX_ENCODING_MESSAGE_SIZE

Functions§

serve
Start a Rerun server, listening on addr.
serve_from_channel
Start a Rerun server, listening on addr.
spawn_from_rx_set
Start a Rerun server, listening on addr.
spawn_with_recv
Start a Rerun server, listening on addr.