Re: [akka-user] Akka Stream Tcp Messaging Server POC

2017-11-02 Thread Akka Team
What is happening when you run the code and how is that different from what you expect? -- Johan Akka Team On Mon, Aug 7, 2017 at 2:16 PM, G J wrote: > I'm new Akka stream, I have to build on poc on Akka stream for instant > messaging. So I need a help to understand what

[akka-user] Akka Stream Tcp Messaging Server POC

2017-08-07 Thread G J
I'm new Akka stream, I have to build on poc on Akka stream for instant messaging. So I need a help to understand what I'm missing here. import java.net.InetSocketAddress; import java.util.concurrent.CompletionStage; import akka.Done; import akka.actor.ActorRef; import akka.actor.Props; import