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
Split file to the chunks (15kb) and transmit in parralel (with receiving acceptance per each chunk from receiver)
After receiving confirmation or by transmission timeout - close data channel
Additional details:
Some time I catching not controlled closing the peer connection, some time i see the crash of the java aplication without any additional information in the logs.
High probability to catch the crash on slow connection with the peer
High probability to catch the crash when do the sending of the large amount of the data in parallel (may be uncatched exception with overflow of the internal buffer in native lib of webrtc, os or something else)
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Hi all,
Case: transmission multiple files via datachannel
Additional details:
All reactions