-
Notifications
You must be signed in to change notification settings - Fork 791
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed error sending more than 256 fragments (#973)
* Refs #7399. Applying coding style. * Refs #7399. Fixed error sending fragments. Fixed async thread is not awaken when sending more than 256 fragments. * Refs #7399. Change approach of fix. * Refs #7399. Fix for synchronous StatelessWriter. * Refs #7399. Added blackbox tests. * Refs #7399. Fix for synchronous StatefulWriter. * Refs #7399. Distinguish reserved_size and max_size on CDRMessage_t * Refs #7399. Fixing style and warnings. * Refs #7399. Improve best-effort tests. Co-authored-by: Miguel Company <miguelcompany@eprosima.com>
- Loading branch information
1 parent
c7dd692
commit 136e594
Showing
5 changed files
with
277 additions
and
207 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.