Added 'Awaiting Simulator Connection' message
This commit is contained in:
parent
29f16a4d1e
commit
bc977d3a89
@ -36,6 +36,8 @@ using(UdpClient listener = new UdpClient(listenPort))
|
||||
IPEndPoint listenEndPoint = new IPEndPoint(2130706433, listenPort);
|
||||
while(true)
|
||||
{
|
||||
Console.WriteLine("Awaiting Simulator conenction...");
|
||||
|
||||
byte[] receivedData = listener.Receive(ref listenEndPoint);
|
||||
|
||||
Console.Clear();
|
||||
|
Loading…
Reference in New Issue
Block a user