Skip to content

TCP port does not guarantee that all data is written  #7

Description

@konnorandrews

Bug report

The TCP port can lose data.

Context

Utils/cpp/Comm::TCP::Port

Expected result

A call to push(buffer, length) is expected to completely send all the data in the buffer to the length provided.

Current result

Calls can result in only a partial amount of data being sent.

Possible Fix

Use the return sizes from write(...) to continue to send data.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions