Skip to main content

MAX_MESSAGE_SIZE

Constant MAX_MESSAGE_SIZE 

Source
pub const MAX_MESSAGE_SIZE: u64 = _; // 8_388_608u64
Expand description

The max message size (in bytes)

The limit is arbitrary, and taken from the JavaScript implementation. (see: https://github.com/mafintosh/simple-message-channels/blob/master/index.js) TODO: This should be configurable.