Skip to content

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

@m0this

Description

@m0this

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions