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
initializing network (including binding to socket) moved out from network thread, enabling catching of exceptions
ConnectionReset on reading handled properly (by disconnecting) when only one connection readonly added to various members
This commit is contained in:
@@ -64,7 +64,7 @@ namespace ChatClient
|
||||
|
||||
NetOutgoingMessage om = Client.CreateMessage();
|
||||
om.WriteAllFields(cm);
|
||||
Client.SendMessage(om, NetDeliveryMethod.ReliableOrdered, 8);
|
||||
Client.SendMessage(om, NetDeliveryMethod.ReliableOrdered, 1);
|
||||
}
|
||||
|
||||
static void AppLoop(object sender, EventArgs e)
|
||||
|
||||
Reference in New Issue
Block a user