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
Hello.
My program is running on the macOS system and sends files to the peer (app) through Datachan. Datachan is set to send files sequentially.
The general logic of the code is as follows:
At the beginning, the peer could receive messages. However, after a period of time, the peer couldn't receive any messages. Then I added a waiting mechanism for the condition that bufferedAmount!= 0, and I found that there was a situation where bufferedAmount didn't decrease.
I don't know what happened and I'm looking forward to your suggestions.
iperf3 test results
The text was updated successfully, but these errors were encountered:
Hello.
My program is running on the macOS system and sends files to the peer (app) through Datachan. Datachan is set to send files sequentially.
The general logic of the code is as follows:
At the beginning, the peer could receive messages. However, after a period of time, the peer couldn't receive any messages. Then I added a waiting mechanism for the condition that bufferedAmount!= 0, and I found that there was a situation where bufferedAmount didn't decrease.
I don't know what happened and I'm looking forward to your suggestions.
iperf3 test results
The text was updated successfully, but these errors were encountered: