Crate re_grpc_server

Crate re_grpc_server 

Source
Expand description

Server for the legacy StoreHub API.

Modules§

shutdown

Structs§

MemoryLimit
Represents a limit in how much RAM to use for the entire process.
MessageProxy
ServerOptions
Options for the gRPC Proxy Server
TonicStatusError
Wrapper with a nicer error message

Enums§

PlaybackBehavior
What happens when a client connects to a gRPC server?

Constants§

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.