|
-
April 25th, 2003, 10:43 AM
#1
TCP listener on a thread wont stop
Hey, I'm trying to set up a tcplistener on a different thread so i can still use my app while i wait for an incoming connection. However, If exit the application before the connection is established, the listener thread keeps running. How do I make the application kill the thread when it exits. I've tried Thread.Stop() but it didn't work
Thanks in advance
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|