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 udp relay #2387

Merged
merged 1 commit into from
Jun 13, 2019
Merged

Fix udp relay #2387

merged 1 commit into from
Jun 13, 2019

Conversation

zyc9012
Copy link
Contributor

@zyc9012 zyc9012 commented Jun 6, 2019

Please follow the guide below

  • You will be asked some questions, please read them carefully and answer honestly

  • Put an x into all the boxes [ ] relevant to your pull request (like that [x])

  • Use Preview tab to see how your pull request will actually look like

  • Searched for similar pull requests

  • Compiled the code with Visual Studio

What is the purpose of your pull request?

  • Bug fix
  • Improvement
  • New feature

Description of your pull request and other information

Each udp packet sent to UDPHandler fires a new Receive loop, which is not expected. There should only be one Receive loop in one UDPHandler.

For me, this fixes connection constantly lost when playing League of Legends.

@celeron533 celeron533 added the bug label Jun 8, 2019
@celeron533 celeron533 merged commit 1b06bab into shadowsocks:master Jun 13, 2019
@ghost ghost mentioned this pull request Jan 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants