Re: [akka-user] Balancing TCP requests

2017-02-01 Thread Akka Team
It looks correct to me, what is it that makes you think it is not the server closing the connection as the exception says? -- Johan Akka Team On Thu, Jan 26, 2017 at 3:20 PM, Maksym Besida wrote: > Based on this paragraph >

[akka-user] Balancing TCP requests

2017-01-26 Thread Maksym Besida
Based on this paragraph I've implemented a balancer for tcp outgoing requests. def outGoing(host: String, port: Int) =