You've already forked lidgren-network-gen3
mirror of
https://github.com/lidgren/lidgren-network-gen3.git
synced 2026-05-15 22:56:30 +09:00
Recycling problems hopefully fully fixed now. Library message now also recycled.
This commit is contained in:
@@ -49,7 +49,6 @@ namespace UnconnectedSample
|
||||
break;
|
||||
case NetIncomingMessageType.UnconnectedData:
|
||||
MainForm.richTextBox1.AppendText("Received from " + im.SenderEndPoint + ": " + im.ReadString() + Environment.NewLine);
|
||||
Peer.Recycle(im);
|
||||
break;
|
||||
}
|
||||
Peer.Recycle(im);
|
||||
|
||||
Reference in New Issue
Block a user