You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
clients[uname] =client#ADDING THE CLIENTS CHATROOM USERNAME TO THE DICTIONARY
93
92
threading.Thread(target=handleClient, args= (client, uname, )).start() #STARTING ANOTHER THREAD FOR THAT USER SO THEY CAN HAVE ACCESS TO THE SERVER AND SEND MESSAGES
0 commit comments