We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e5d4df commit 6c57f8bCopy full SHA for 6c57f8b
com.unity.netcode.gameobjects/Tests/Runtime/Transports/UnityTransportTests.cs
@@ -496,7 +496,7 @@ public IEnumerator DoesNotAttemptToSendOnInvalidConnections()
496
yield return WaitForNetworkEvent(NetworkEvent.Connect, m_Client1Events);
497
498
var data = new ArraySegment<byte>(new byte[42]);
499
- m_Server.Send(m_Client1.ServerClientId, data, NetworkDelivery.Reliable);
+ m_Server.Send(0, data, NetworkDelivery.Reliable);
500
501
yield return EnsureNoNetworkEvent(m_Client1Events);
502
}
0 commit comments