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

NetPlay: Fix server peer initialization hang #7677

Merged
merged 1 commit into from Jan 5, 2019

Conversation

Techjar
Copy link
Contributor

@Techjar Techjar commented Jan 5, 2019

The implementation of peer initialization would hang if the initial packet was never received. This fixes that issue by deferring the initialization to the packet receive loop.

This was split from #7410

The implementation of peer initialization would hang if the initial
packet was never received. This fixes that issue by deferring the
initialization to the packet receive loop.
@JMC47 JMC47 merged commit d75e9b2 into dolphin-emu:master Jan 5, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants