Hi,
I'd like to manage multiple socket connection without having to use
Threads. I'd like to manage every connection when it is returned from
socket_Accept() , without having to wait for the current running
tonnection to stop. How can I do that?
bye
I'd like to manage multiple socket connection without having to use
Threads. I'd like to manage every connection when it is returned from
socket_Accept() , without having to wait for the current running
tonnection to stop. How can I do that?
bye
Comment