<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel><category>pcsoft.us.windev</category><copyright>Copyright 2026, PC SOFT</copyright><lastBuildDate>3 Aug 2016 14:23:00 Z</lastBuildDate><pubDate>2 Aug 2016 18:06:00 Z</pubDate><description>Hi everyone,&#13;
I have several clients connected to a socket server via a single socket (all connected to the same socket, with a channel associated for each client)&#13;
What I'm trying to do is to implement the "Kick client" from the server...&#13;
I've tried SocketClose, but by doing that it closes the lone socket, kicking all the clients out...&#13;
Is there a "good" (or should i say best) way to do so?&#13;
TIA</description><ttl>30</ttl><generator>WEBDEV</generator><language>en_US</language><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/58924-socket-close-one-client/read.awp</link><title>Socket close of one client</title><managingEditor>moderateur@pcsoft.fr (El moderador)</managingEditor><webMaster>webmaster@pcsoft.fr (El webmaster)</webMaster><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/58924-socket-close-one-client-solved-58949/read.awp</comments><pubDate>3 Aug 2016 14:23:00 Z</pubDate><description>Thank you all for your quick responses, especially because they've given me an input to go forward...&#13;
I've opted to go for a co…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/58924-socket-close-one-client-solved-58949/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/58924-socket-close-one-client-solved-58949/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/58924-socket-close-one-client/read.awp">Socket close of one client</source><title>Re: Socket close of one client [SOLVED]</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/58924-socket-close-one-client-58948/read.awp</comments><pubDate>3 Aug 2016 13:14:00 Z</pubDate><description>Hi Yaku,&#13;
&#13;
It sounds like you've defined your own custom bi-directional communication server and client. If this is the case, y…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/58924-socket-close-one-client-58948/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/58924-socket-close-one-client-58948/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/58924-socket-close-one-client/read.awp">Socket close of one client</source><title>Re: Socket close of one client</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/58924-socket-close-one-client-58946/read.awp</comments><pubDate>3 Aug 2016 11:14:00 Z</pubDate><description>Hi, of course, since you are using a single socket, closing that socket will kick off all of the clients. There's no way to defi…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/58924-socket-close-one-client-58946/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/58924-socket-close-one-client-58946/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/58924-socket-close-one-client/read.awp">Socket close of one client</source><title>Re: Socket close of one client</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/58924-socket-close-one-client-58942/read.awp</comments><pubDate>3 Aug 2016 08:35:00 Z</pubDate><description>Hi Stewart,&#13;
I've already tried that, and it kicks off all the clients, sadly...</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/58924-socket-close-one-client-58942/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/58924-socket-close-one-client-58942/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/58924-socket-close-one-client/read.awp">Socket close of one client</source><title>Re: Socket close of one client</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/58924-socket-close-one-client-58934/read.awp</comments><pubDate>2 Aug 2016 19:16:00 Z</pubDate><description>From the WinDev documentation:&#13;
&#13;
The communication channel opened by SocketAccept must be closed by SocketClose.&#13;
&#13;
Are you usi…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/58924-socket-close-one-client-58934/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/58924-socket-close-one-client-58934/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/58924-socket-close-one-client/read.awp">Socket close of one client</source><title>Re: Socket close of one client</title></item></channel></rss>
