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
In the sendReceiveCustomData function, data is intended to be sent in chunks based on a specified packageSize. However, there is an issue with the offset not being updated in each iteration. This results in the initial data portion being sent repeatedly instead of progressing through the full data.
Steps to Reproduce:
Use the sendReceiveCustomData function to send a large data payload.
Observe the logs on the receiving end, which show the initial portion of data being received repeatedly.
The text was updated successfully, but these errors were encountered:
In the sendReceiveCustomData function, data is intended to be sent in chunks based on a specified packageSize. However, there is an issue with the offset not being updated in each iteration. This results in the initial data portion being sent repeatedly instead of progressing through the full data.
Steps to Reproduce:
The text was updated successfully, but these errors were encountered: