-
Notifications
You must be signed in to change notification settings - Fork 2
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
Make the connections UDP #23
Comments
We have another answer here to confirm : |
Currently, both our clients and server sockets are using |
Problem : listen and accept do not exist for UDP sockets. |
Good improvements today. |
Still need to improve the way our UDP works :
|
Tried to implement two threads on the client side. WIP and need improvements. I'm not sure threads really are necessary on the client side. |
Verify that the game uses UDP protocol for communications.
If not, implement it.
This link may be useful to do so : https://wiki.python.org/moin/UdpCommunication
The text was updated successfully, but these errors were encountered: