-
Hi All, I'm trying to use Akka.IO.Tcp for client connections to a server. [14:10:34 DBG Akka.IO.TcpOutgoingConnection] Resolving 10.0.1.144 before connecting [14:10:34 DBG Akka.IO.TcpOutgoingConnection] Could not establish connection to [Unspecified/10.0.1.144:5000] due to Unknown host [14:10:34 INF KegBridgeCore.Nodes.TcpClient.TcpClientNode] Tcp.CommandFailed Is this a configuration issue or what I have done wrong ? regards Bart |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
If you're using raw IP to connect to a remove TCP address, have you tried using |
Beta Was this translation helpful? Give feedback.
If you're using raw IP to connect to a remove TCP address, have you tried using
IPEndpoint
instead ofDnsEndpoint
?