I have a client who is sending messages fast enough that they are dominating the data stream and no one else can connect to the thread.
Is there a way, on the server side, so cut the connection? or disallow communication from that client without having to restart the Client?
Thanks