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
konnorandrews
changed the title
TCP port does not guarantee that all data is read/written
TCP port does not guarantee that all data is written
Jan 9, 2018
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.The text was updated successfully, but these errors were encountered: