Functionsยง
- recv_
frame - Receives data from the stream with a varint length prefix. Returns an error if the message is too large, the varint is invalid, or the stream is closed.
- send_
frame - Sends data to the sink with a varint length prefix. Returns an error if the message is too large or the stream is closed.