Twisted - sending data to selected clients
问题 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 just clients that the sender wanted to send it to ? If so, how do I do it in code ? This is what I did so far (NOTE I am a complete noob in Python. I just need to build a server for my iOS app, so I am sorry if the question is silly): from twisted.internet.protocol import Protocol, Factory from twisted.internet import reactor