Module stream

Source

Re-exportsยง

pub use websocket::ReadWsStream;
pub use websocket::WriteWsStream;
pub use websocket::WsStream;

Modulesยง

websocket ๐Ÿ”’

Structsยง

ReadStream
WriteStream

Constantsยง

BUFFER_CHUNK_SIZE ๐Ÿ”’
Maximum number of bytes to read at a time to construct the stream buffer.
DEFAULT_MAX_BUFFER_SIZE ๐Ÿ”’
The stream buffer size is limited by this value. This can be overridden by setting the KARYON_MAX_BUFFER_SIZE environment variable at compile time.

Functionsยง

get_max_buffer_size ๐Ÿ”’