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
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:
@@ -149,7 +149,7 @@ namespace Lidgren.Network
|
||||
return;
|
||||
}
|
||||
|
||||
private void FinishDisconnect()
|
||||
internal void FinishDisconnect()
|
||||
{
|
||||
m_owner.VerifyNetworkThread();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user