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
Major refactoring of sending messages to multiple recipients
This commit is contained in:
@@ -75,7 +75,7 @@ namespace Lidgren.Network
|
||||
case PendingConnectionStatus.Denied:
|
||||
// send disconnected
|
||||
NetOutgoingMessage bye = CreateLibraryMessage(NetMessageLibraryType.Disconnect, conn.m_pendingDenialReason);
|
||||
EnqueueUnconnectedMessage(bye, conn.m_remoteEndpoint);
|
||||
SendUnconnectedLibrary(bye, conn.m_remoteEndpoint);
|
||||
m_pendingConnections.Remove(conn);
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user