Skip to content

[tcpros -subscriber ] receiving a big message failed du to tcp window #33

@maxired

Description

@maxired

Being a subscriber receiving a big mesage, ie a sensor_msgs/image with a big image, receiving the message failed.

The fact is that we try to parse the message but we have only a part of the message.
We got only part of the message because du to the TCP behavior, the ros message is splitted in different tcp packets.

We need to bufferized the packet until the size of the received data is equal to the length of the message.

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