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

Server DispatchOrdersToClients create frame once for all clients. #18806

Merged
merged 2 commits into from
Dec 24, 2020

Conversation

anvilvapre
Copy link
Contributor

Avoid creating frame data per client connection. Avoid
the allocation of a memory stream and setting frame header
and copying frame data.

Avoid creating frame data per client connection. Avoid
the allocation of a memory stream and setting frame header
and copying frame data.
abcdefg30
abcdefg30 previously approved these changes Nov 2, 2020
Copy link
Member

@abcdefg30 abcdefg30 left a comment

Choose a reason for hiding this comment

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

Code changes lgtm.

OpenRA.Game/Server/Server.cs Outdated Show resolved Hide resolved
@pchote pchote merged commit e90fc1e into OpenRA:bleed Dec 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants