Ejemplo n.º 1
0
        /// <summary>Close the TCP connection to the server.</summary>
        public void Disconnect()
        {
            commandSocket.MessageReceived -= messages.MessageReceived;
            messages.PingReplyEvent       -= lagHandler.OnPingReceived;
            commands.PingSentEvent        -= lagHandler.OnPingSent;

            commandSocket.Disconnect();

            mCurrentBookmark = null;
        }