Re: [akka-user] Question about multi data center behavior when a data center is empty

2018-02-06 Thread Patrik Nordwall
I improved this the other week, but it has not been released yet. https://github.com/akka/akka/pull/24315 It would be great if you could take snapshot version 2.5-20180202-18 for a spin and see if that works better for those tests. See

[akka-user] Re: Error in request and response async in Tcp Akka on port 25 ?

2018-02-06 Thread tech land
is this question very hard ? On Sunday, February 4, 2018 at 10:47:02 PM UTC+3:30, tech land wrote: > > Hi Every one > i wrote this code for read Port 25 > > class Asker(connection: ActorRef) extends Actor { > import Tcp._ > connection ! Register(self); > def receive = { > case x => >

[akka-user] Re: Error in request and response async in Tcp Akka on port 25 ?

2018-02-06 Thread tech land
On Sunday, February 4, 2018 at 10:47:02 PM UTC+3:30, tech land wrote: > > Hi Every one > i wrote this code for read Port 25 > > class Asker(connection: ActorRef) extends Actor { > import Tcp._ > connection ! Register(self); > def receive = { > case x => > val parent = sender()