Update LightReflectiveMirrorTransport.cs

This commit is contained in:
Derek S 2021-04-06 00:57:45 -05:00
parent 9bcba0e004
commit 39bbb98528

View file

@ -99,6 +99,7 @@ namespace LightReflectiveMirror
SetTransportPort(port);
this.serverIP = serverIP;
_clientSendBuffer = new byte[clientToServerTransport.GetMaxPacketSize()];
clientToServerTransport.ClientConnect(serverIP);
}