Kiran wrote:
> Hello All,
> I am creating a socket connection in order to read and write to a
> location. My problem is,the gui becomes unresponsive if the socket
> times out.
> I know that a good solution is to have the socket read and write with
> a thread. However, I have tried this and h
Hello All,
I am creating a socket connection in order to read and write to a
location. My problem is,the gui becomes unresponsive if the socket
times out.
I know that a good solution is to have the socket read and write with
a thread. However, I have tried this and have a problem where ONLY o