trying again

handTracking
Kyle Johnsen 2022-01-05 14:35:12 -05:00
parent 739bc1d9d8
commit c4663e57c4
1 changed files with 1 additions and 1 deletions

View File

@ -362,7 +362,7 @@ public class NetworkManager : MonoBehaviour
udpSocket = new Socket(AddressFamily.InterNetwork, udpSocket = new Socket(AddressFamily.InterNetwork,
SocketType.Dgram, ProtocolType.Udp); SocketType.Dgram, ProtocolType.Udp);
udpSocket.SetSocketOption(SocketOptionLevel.Socket, SocketOptionName.KeepAlive, true);
udpConnected = false; udpConnected = false;
byte[] buffer = new byte[1024]; byte[] buffer = new byte[1024];
while (true) while (true)