On Thursday, August 11, 2016 at 11:36:47 AM UTC+5:30, dieter wrote:
> Anil reddy reddy M writes:
>
> > I was written a simple tcp server in python, which is nicely communicating
> > with multiple tcp clients. My Tcp Server can accept multiple clients at
> > time, each c
I was written a simple tcp server in python, which is nicely communicating with
multiple tcp clients. My Tcp Server can accept multiple clients at time, each
client as a new thread. I want send message to specific tcp client after some
time.
I can client Address from connction, addr = socket.a