are created in both the unicast and multicast case. in case of multicast, the _respond_sockets are never read. This causes some problem with the Recv queue of UDP, because the OS (in my case Ubuntu) ...
GitHub

phfs2/chat-UDP-Sockets

cliente.py O arquivo cliente.py contém o codigo que deverá ser executado pelo dispositivo que é cliente (Usuário do chat) server.py O arquivo servidor.py contém o codigo que deverá ser executado pelo ...