You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i am experiencing the following error in my app when using detached data_channels:
IOError(Custom { kind: Other, error: "outbound packet larger than maximum message size"
I wasn't able to find a way to configure the max size of packets for detached datachannels (i am doing non browser webrtc), Client and Server are using rust webrtc.
Any idea why that limit exists, why its so low (i think ~16kb) and if there is a way to change it?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hey,
i am experiencing the following error in my app when using detached data_channels:
I wasn't able to find a way to configure the max size of packets for detached datachannels (i am doing non browser webrtc), Client and Server are using rust webrtc.
Any idea why that limit exists, why its so low (i think ~16kb) and if there is a way to change it?
Beta Was this translation helpful? Give feedback.
All reactions