Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Data Repeatedly Sent from Offset 0 in sendReceiveCustomData Due to Missing Offset Update #16

Open
m0this opened this issue Nov 4, 2024 · 0 comments · May be fixed by #17
Open

Data Repeatedly Sent from Offset 0 in sendReceiveCustomData Due to Missing Offset Update #16

m0this opened this issue Nov 4, 2024 · 0 comments · May be fixed by #17

Comments

@m0this
Copy link

m0this commented Nov 4, 2024

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:

  1. Use the sendReceiveCustomData function to send a large data payload.
  2. Observe the logs on the receiving end, which show the initial portion of data being received repeatedly.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant