You've already forked lidgren-network-gen3
mirror of
https://github.com/lidgren/lidgren-network-gen3.git
synced 2026-05-17 07:36:32 +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
|
// all messages will be sent before disconnect so we can call it here
|
||||||
// inc.SenderConnection.Disconnect("Bye bye now");
|
// inc.SenderConnection.Disconnect("Bye bye now");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (status == NetConnectionStatus.Disconnected)
|
||||||
|
NativeMethods.AppendText(MainForm.richTextBox1, inc.SenderConnection.Statistics.ToString());
|
||||||
|
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user