This commit is contained in:
JohnCorby 2025-02-25 02:19:10 -08:00
parent 639bd56a12
commit 48e450b4dc

View File

@ -70,7 +70,7 @@ public static class Program
{
var transport = new SteamTransport.SteamTransport();
transport.Log = Console.WriteLine;
transport.TestIpAddress = "0.0.0.0:1234";
transport.TestIpAddress = "127.0.0.1:1234";
transport.OnServerError = (conn, error, s) => Console.Error.WriteLine($"ERROR {conn} {error} {s}");
var theConn = -1;