We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently there is ping pong logic going on.
The client requests positions of all the other clients.
The server sends that data.
When the client receives that data, it then asks for all the names of all the other clients.
The sever sends that data.
Then the client receives that data and asks for something else.
Client should ask the server for as much information it can gather about all the other clients in one swoop.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Bad Ping Pong Logic
Currently there is ping pong logic going on.
The client requests positions of all the other clients.
The server sends that data.
When the client receives that data, it then asks for all the names of all the other clients.
The sever sends that data.
Then the client receives that data and asks for something else.
Solution
Client should ask the server for as much information it can gather about all the other clients in one swoop.
The text was updated successfully, but these errors were encountered: