Skip to content

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
@NoelStephensUnity NoelStephensUnity enabled auto-merge (squash) August 14, 2025 21:41
@NoelStephensUnity NoelStephensUnity merged commit 46fa369 into develop-2.0.0 Aug 15, 2025
25 checks passed
@NoelStephensUnity NoelStephensUnity deleted the fix/queue-size-error branch August 15, 2025 01:28
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.

5 participants