python UDP multi threaded chat room
问题 I am trying to write a python UDP chat room (that will be used later on as a room for video chats, audio calls etc). The packets arrives from the server to the client, but not from the client to the server, and I don't know why. I added prints and it is saying the packet has been sent to the ip and the port the server is listening to- so I don't know why the packets does not arrive. I will add my code, any help would be appreciated, as I really need this code to work. Server: __author__ =