diff options
| author | Christophe Besson <cbesson@gmail.com> | 2026-08-11 17:25:37 +0200 |
|---|---|---|
| committer | Christophe Besson <cbesson@gmail.com> | 2026-08-11 17:25:37 +0200 |
| commit | 3015c631883b8289369bb29a3842a3971e608170 (patch) | |
| tree | 413eef9055aedc4bcf9dc5db17501d952c831df0 /packages/meshbay-node/src/meshbay_node | |
| parent | 39e39ee107b14e73ddf137c949bc56c1695691c8 (diff) | |
| download | meshbay-3015c631883b8289369bb29a3842a3971e608170.tar.gz | |
fix(ui): reduce upload chunk size to 48KB to fit aiortc SCTP limit
aiortc advertises maxMessageSize=65536 in SDP. A 64KB data chunk +
msgpack envelope + 4-byte length prefix exceeds this limit, causing
"Trying to send message larger than max-message-size" on upload.
48KB data + overhead stays well under 65536 bytes.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Diffstat (limited to 'packages/meshbay-node/src/meshbay_node')
0 files changed, 0 insertions, 0 deletions