Skip to content

Commit 4f90001

Browse files
committed
local address print
1 parent 6ec4796 commit 4f90001

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ public MultiChannelTcpServerTests(ITestOutputHelper testOutputHelper)
2626
{
2727
_testOutputHelper = testOutputHelper;
2828
_localAddress = OperatingSystem.IsWindows() ? "127.0.0.1" : "0.0.0.0";
29+
_testOutputHelper.WriteLine($"Local address is: {_localAddress}");
2930
}
3031

3132
[Theory]

0 commit comments

Comments
 (0)