1
0
mirror of https://github.com/lidgren/lidgren-network-gen3.git synced 2026-05-06 02:11:06 +09:00

Added more debug info to ImageServer

This commit is contained in:
lidgren
2014-07-01 22:11:19 +00:00
parent 3b9436b217
commit 2e9cc2bff0

View File

@@ -121,6 +121,10 @@ namespace ImageServer
// all messages will be sent before disconnect so we can call it here
// inc.SenderConnection.Disconnect("Bye bye now");
}
if (status == NetConnectionStatus.Disconnected)
NativeMethods.AppendText(MainForm.richTextBox1, inc.SenderConnection.Statistics.ToString());
break;
}