Skip to content

Commit

Permalink
fixed MessageSerializerRemotingSpec
Browse files Browse the repository at this point in the history
  • Loading branch information
Horusiath committed Jan 26, 2017
1 parent 3fd10f7 commit 7e2c75e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ internal class Configs
}
remote {
dot-netty.tcp {
transport-class = ""Akka.Remote.Transport.Helios.HeliosTcpTransport, Akka.Remote""
applied-adapters = []
transport-protocol = tcp
port = 0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,17 @@ trying to use ipv4 + ipv6 when ipv4 or ipv6 is enforced
return endpointsIpFamilyMismatch;
}

//[Fact]
//public Property HeliosTransport_Should_Resolve_DNS_with_PublicHostname()
//{

// var inbound = new IPEndPoint(IPAddress.IPv6Loopback, 1337);
// var publicInbound = new DnsEndPoint("localhost", 0);
// var outbound = new IPEndPoint(IPAddress.IPv6Loopback, 1337);
// var publicOutbound = new DnsEndPoint("localhost", 0);
// var dnsUseIpv6 = true;
// var enforceIpFamily = false;

[Property]
public Property HeliosTransport_Should_Resolve_DNS_with_PublicHostname(IPEndPoint inbound, DnsEndPoint publicInbound,
IPEndPoint outbound, DnsEndPoint publicOutbound, bool dnsUseIpv6, bool enforceIpFamily)
Expand Down

0 comments on commit 7e2c75e

Please sign in to comment.