-
-
Notifications
You must be signed in to change notification settings - Fork 171
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
UDP broke #2554
Comments
Lots of network debug improvements:
With a python3 server and packet logging:
and switch to async mode:
On the client side it sometimes failed to receive anything at all, but if it does get something, it always fails when trying to parse the
(not sending the |
2020-01-19 13:33:11: antoine uploaded file
|
Fixed in r25007: the code that forces the Backport to v3.0.x in 25008. |
Reported on the mailing list: UDP connection issues.
Original ticket: #639, see also #1669.
Bisecting:
So the bug comes from the switch to python3.
The text was updated successfully, but these errors were encountered: