[akka-user] Re: TCP Handshaking custom stage drives me crazy

2017-06-02 Thread Michał Sitko
pull(sslIn) } } On Friday, June 2, 2017 at 1:40:42 PM UTC+2, Michał Sitko wrote: > > Hey Larsson - based on debug messages when running live I would guess that > you miss `pull(sslIn)` somewhere. I have a hypothesis for what's going on. > Let's take a look at: > > ``` > setH

[akka-user] Re: TCP Handshaking custom stage drives me crazy

2017-06-02 Thread Michał Sitko
Hey Larsson - based on debug messages when running live I would guess that you miss `pull(sslIn)` somewhere. I have a hypothesis for what's going on. Let's take a look at: ``` setHandler(bytesOut, new OutHandler { override def onPull() = state match { case Connecting => case