mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-30 16:39:21 +01:00
Make port use test bind to any IP
This commit is contained in:
@@ -154,7 +154,7 @@ namespace Tgstation.Server.Tests.Live
|
||||
{
|
||||
do
|
||||
{
|
||||
var l = new TcpListener(IPAddress.Loopback, 0);
|
||||
var l = new TcpListener(IPAddress.Any, 0);
|
||||
l.Start();
|
||||
try
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user