You've already forked lidgren-network-gen3
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:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user