There is this server I made with Twisted which receives strings from a client and send it to all of the other connected clients. But is there a way to send the string to jus
self.factory.clients[24].transport.write("You are client 24!")
I think should work