We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4a6034 commit 7ce0e7fCopy full SHA for 7ce0e7f
com.unity.netcode.gameobjects/Tests/Runtime/Transports/UnityTransportTests.cs
@@ -567,7 +567,7 @@ public IEnumerator DoesNotAttemptToSendOnInvalidConnections()
567
yield return WaitForNetworkEvent(NetworkEvent.Connect, m_Client1Events);
568
569
var data = new ArraySegment<byte>(new byte[42]);
570
- m_Server.Send(m_Client1.ServerClientId, data, NetworkDelivery.Reliable);
+ m_Server.Send(0, data, NetworkDelivery.Reliable);
571
572
yield return EnsureNoNetworkEvent(m_Client1Events);
573
}
0 commit comments