Skip to content

fix: Correct error message about send queue being full #3593

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: develop-2.0.0
Choose a base branch
from

Conversation

simon-lemay-unity
Copy link
Contributor

@simon-lemay-unity simon-lemay-unity commented Aug 12, 2025

Purpose of this PR

Error message you get when the UTP send queue is full would indicate to increase the 'Max Send Queue Size' parameter. But it really should be the 'Max Packet Queue Size'. The send queue size is not something users should have to modify since we increase dynamically as needed. The packet queue size however should be increased by users if needed since we can't increase it dynamically (at least with current UTP).

Changelog

Didn't seem worthy of a changelog entry. Can add one if requested.

Testing & QA

No need to test anything. It's just a string change.

Documentation

No documentation changes necessary.

Backport

#3594

Copy link
Collaborator

@michalChrobot michalChrobot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice catch, LGTM, I also agree that we don't need a changelog entry for this correction

@michalChrobot
Copy link
Collaborator

michalChrobot commented Aug 13, 2025

FYI the CMB Service Test failure is a know issue that Noel is addressing

*update, it was fixed and I merged latest content from develop-2.0.0

@simon-lemay-unity simon-lemay-unity enabled auto-merge (squash) August 13, 2025 14:15
simon-lemay-unity added a commit that referenced this pull request Aug 13, 2025
)

## Purpose of this PR

Backport of PR #3593.

### Changelog

Didn't seem worthy of a changelog entry. Can add one if requested.

## Documentation

No documentation changes necessary.

## Testing & QA

No need to test anything. It's just a string change.

## Backport

#3593
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants