Chunk messages to 1000 byte payloads

This commit is contained in:
2026-01-24 10:55:29 -05:00
parent 157afa13b1
commit fc9c5bcd5d
3 changed files with 17 additions and 6 deletions

View File

@@ -5,6 +5,8 @@ const Client = @This();
const max_message_size = 2048;
pub const max_payload_len = RawSocket.max_payload_len;
socket: RawSocket,
pub fn init() !Client {