[akka-user] Re: Processor actor terminated abruptly on HTTPs connections (akka 2.4.12, akka-http 2.4.11)

2017-06-02 Thread Nikolay Kushin
Is there anything new about this issue. I just came across and a bit disappointed. On Tuesday, 8 November 2016 18:07:58 UTC+1, Sami Dalouche wrote: > > Also, it looks like that avoiding the use of a connection pool doesn't > trigger the issue. The following code works fine, without any error >

[akka-user] Re: Processor actor terminated abruptly on HTTPs connections (akka 2.4.12, akka-http 2.4.11)

2016-11-08 Thread Sami Dalouche
Also, it looks like that avoiding the use of a connection pool doesn't trigger the issue. The following code works fine, without any error class StreamOmplusEvents { implicit val system = ActorSystem() implicit val materializer = ActorMaterializer() implicit val timeout =