[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()