Open michaelsync opened 9 years ago
I tried adding the UDP configuration in my akka.net sample because I think this visualizer is using UDP.
helios.udp {
port = 9003 # needs to be on a different port or IP than TCP
hostname = localhost
}
And then, I tried to change the IP address in this file akka-tree\visualizer\app\controllers\Application.scala
val group = InetAddress.getByName("127.0.0.1");
But, doesn't work.. Any idea how to make it work?
Hello,
How to make this tool work with akka.net? I am guessing that I might need to config the remote IP in my Akka.NET application to send something to this tool..