Exemplo n.º 1
0
 internal void SocketClosed(DefaultKayakSocket socket)
 {
     //NPx.Log.Debug("Connection " + socket.id + ": closed (" + connections + " active connections)");
     if (state.DecrementConnections())
     {
         RaiseOnClose();
     }
 }