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 crash in OrderManager #19422

Merged
merged 1 commit into from
May 23, 2021
Merged

Fix crash in OrderManager #19422

merged 1 commit into from
May 23, 2021

Conversation

teinarss
Copy link
Contributor

Fixes #19415

Supersedes: #19416

OpenRA.Game/Network/OrderManager.cs Outdated Show resolved Hide resolved
OpenRA.Game/Network/OrderManager.cs Outdated Show resolved Hide resolved
@teinarss
Copy link
Contributor Author

It was possible to make it even simpler by removing activeClients

@teinarss
Copy link
Contributor Author

Updated.

@teinarss
Copy link
Contributor Author

Fixed.

@pchote
Copy link
Member

pchote commented May 22, 2021

LGTM after fixing the TryGetValue and adding the extra disposed check.

@teinarss
Copy link
Contributor Author

Fixed.

@teinarss
Copy link
Contributor Author

Updated.

Copy link
Member

@Mailaender Mailaender left a comment

Choose a reason for hiding this comment

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

I can confirm that the shellmap and network play work on @OpenHV for commit 037e1ff.

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.

Attempted to process orders from client X for frame 1 on frame X
4 participants