Beispiel #1
0
        /// <summary>
        /// This must be called by the extending network integration implementation when a client disconnects from the session
        /// </summary>
        /// <param name="connection"></param>
        protected void ClientDisconnected(TPeer connection)
        {
            Log.Debug("Received disconnection event for peer '{0}'", connection);

            _clients.RemoveClient(connection);
        }