Skip to content

Commit 94d24c2

Browse files
committed
test with loopback
1 parent 5fce909 commit 94d24c2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Wissance.Hydra/Wissance.Hydra/Wissance.Hydra.Tcp.Tests/Transport/MultiChannelTcpServerTests.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ public class MultiChannelTcpServerTests : IDisposable
2525
public MultiChannelTcpServerTests(ITestOutputHelper testOutputHelper)
2626
{
2727
_testOutputHelper = testOutputHelper;
28-
_localAddress = OperatingSystem.IsWindows() ? "127.0.0.1" : "0.0.0.0";
28+
_localAddress = "127.0.0.1";
29+
//OperatingSystem.IsWindows() ? "127.0.0.1" : "0.0.0.0";
2930
_testOutputHelper.WriteLine($"Local address is: {_localAddress}");
3031
}
3132

0 commit comments

Comments
 (0)