You've already forked lidgren-network-gen3
mirror of
https://github.com/lidgren/lidgren-network-gen3.git
synced 2026-05-19 00:26:30 +09:00
Chat sample now uses custom sequence channel
This commit is contained in:
@@ -64,7 +64,7 @@ namespace ChatClient
|
|||||||
|
|
||||||
NetOutgoingMessage om = Client.CreateMessage();
|
NetOutgoingMessage om = Client.CreateMessage();
|
||||||
om.WriteAllFields(cm);
|
om.WriteAllFields(cm);
|
||||||
Client.SendMessage(om, NetDeliveryMethod.ReliableOrdered);
|
Client.SendMessage(om, NetDeliveryMethod.ReliableOrdered, 8);
|
||||||
}
|
}
|
||||||
|
|
||||||
static void AppLoop(object sender, EventArgs e)
|
static void AppLoop(object sender, EventArgs e)
|
||||||
|
|||||||
Reference in New Issue
Block a user