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
When connecting to the server from a different PC, I get connection refused error!! PC is connected to the same wifi to that of the server PC
The text was updated successfully, but these errors were encountered:
lol server is not started
Sorry, something went wrong.
in client file it was showing error at read_sockets, write_sockets, error_sockets = select.select(socket_list, [], [])
what is the solution ??
replace this: socket_list = [sys.stdin, server_connection] to this : socket_list = [socket.socket(), server_connection]
No branches or pull requests
When connecting to the server from a different PC, I get connection refused error!! PC is connected to the same wifi to that of the server PC
The text was updated successfully, but these errors were encountered: