tuzig/webexec

Break large buffers before sending

Open

#87 opened on Jan 17, 2023

 (0 comments) (0 reactions) (0 assignees)Go (3 forks)auto 404
enhancementgood first issuehacktoberfest

Repository metrics

Stars
 (38 stars)
PR merge metrics
 (PR metrics pending)

Description

WebRTC can handle messages up to 64K long and sometimes they are longer. Today send receives and error and the data is never sent.

Contributor guide