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
In \src\rd_framework_cpp\src\main\wire\SocketWire.cpp
method int32_t SocketWire::Base::read_package() const
returns true in one case and ignores the status of send_ack(seqn);.
Need to compare with rd-net and handle accordingly
The text was updated successfully, but these errors were encountered:
In
\src\rd_framework_cpp\src\main\wire\SocketWire.cpp
method
int32_t SocketWire::Base::read_package() const
returns
true
in one case and ignores the status ofsend_ack(seqn);
.Need to compare with rd-net and handle accordingly
The text was updated successfully, but these errors were encountered: