im trying to build a simple server-client chatroom with python socket.
i have the following code:
def handle_connection(client): while(1):