Top "Disconnect" questions

A break or interruption in an existing connection, continuum, or process.

How do you remove a dojo connected event if you do not have the "handle" that was returned during the dojo.connect?

How do you remove a dojo connected event if you do not have the "handle" that was returned during the …

event-handling dojo disconnect
Best practice to detect a client disconnection in .NET?

I'm developing a server in C# which can accept only one client and I need to know when this client …

.net tcp sockets disconnect
Detecting client TCP disconnection while using NetworkStream class

A friend of mine came to me with a problem: when using the NetworkStream class on the server end of …

sockets tcpclient networkstream disconnect
detecting disconnection from a WiFi access point

I am trying to use a BroadcastReceiver to detect when the phone has disconnected from a WiFi access point. To …

android wifi broadcastreceiver disconnect
How to detect client-side if the server disconnects me?

I have a WCF self-hosted service with a net.tcp DuplexChannel. On the server I run the following to disconnect …

wcf callback notify net.tcp disconnect
How to detect a client disconnect using a named pipe client/server?

I'm learning about named pipes and was playing with the named pipe client and server examples from the MSDN doc: …

winapi named-pipes disconnect
TcpClient disconnect during async read

I have a few questions about finishing a tcp connection. A client connects to my server using Tcp, after accepting …

c# asynchronous tcp networkstream disconnect
C# - Avoid getting a SocketException

I was wondering if there's a way to avoid getting a SocketException whenever I cannot connect rather than catching the …

c# sockets exception disconnect
iOS 6 - Bluetooth LE disconnect

Ok what the heck is up with iOS6 and how it handles Bluetooth LE disconnections? Before the device would disconnect …

ios6 core-bluetooth disconnect bluetooth-lowenergy
DBI: disconnect - question

Would you call parts of the disconnect-code as line-noise or would you leave it as it is? use DBI; my $…

sql perl dbi disconnect