|
-
May 3rd, 2005, 05:19 PM
#1
Thread Starter
Fanatic Member
Any way to tell if your client just bailed on you?
Winsock, vb6, tcp connection.
Is there any way to tell serverside if your client is not connected anymore?
Thanks.
-
May 3rd, 2005, 05:31 PM
#2
-
May 4th, 2005, 12:10 PM
#3
Junior Member
Re: Any way to tell if your client just bailed on you?
Will the Close event fire only if the client disconnected properly? Or will it also fire if, say, the client crashes? I need to know whether the Close event is aware of all lost connections, or only the ones that are disconnected properly.
-
May 5th, 2005, 05:40 AM
#4
Re: Any way to tell if your client just bailed on you?
Past experience has told me it will, not matter the type of termination. Although, it may be better to do something like IRC, and send Ping requests every so often. Just to be sure.
Phreak
Visual Studio 6, Visual Studio.NET 2005, MASM
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
|