Skip to content
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

fix(connector): send join requests in a single batch #347

Merged
merged 2 commits into from
Jan 9, 2024

Conversation

CBenoit
Copy link
Member

@CBenoit CBenoit commented Jan 9, 2024

Closes #112
Related to #314

@CBenoit CBenoit requested a review from a team January 9, 2024 03:07
Copy link

github-actions bot commented Jan 9, 2024

Coverage Report 🤖 ⚙️

Past:
Total lines: 27047
Covered lines: 16387 (60.59%)

New:
Total lines: 27044
Covered lines: 16387 (60.59%)

Diff: +0.01%

[this comment will be updated automatically]

@CBenoit CBenoit mentioned this pull request Jan 9, 2024

let written = ironrdp_pdu::encode_buf(&channel_join_request, output).map_err(ConnectorError::pdu)?;
written += ironrdp_pdu::encode_buf(&channel_join_request, output).map_err(ConnectorError::pdu)?;
Copy link
Contributor

Choose a reason for hiding this comment

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

                written = written.checked_add(ironrdp_pdu::encode_buf(&channel_join_request, output).map_err(ConnectorError::pdu)?).unwrap();

Copy link
Contributor

Choose a reason for hiding this comment

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

lgtm otherwise

Copy link
Member Author

Choose a reason for hiding this comment

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

Thank you!

@CBenoit CBenoit enabled auto-merge (squash) January 9, 2024 17:19
@pacmancoder pacmancoder self-requested a review January 9, 2024 17:21
Copy link
Contributor

@pacmancoder pacmancoder left a comment

Choose a reason for hiding this comment

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

LGTM

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

Successfully merging this pull request may close these issues.

Send all the join requests in a single batch
3 participants