Re: [akka-user] [akka-http] problem with multiple client requests using singleRequest

2015-11-20 Thread Rüdiger Klaehn
OK, great. Having done some pretty complex things with the server side API, I was surprised to run into issues on the client side so quickly. I am using akka-http in production (for a small, non mission-critical tool). Should I upgrade to 2.0-M2 or stay with 1.0 and somehow work around the bug?

Re: [akka-user] [akka-http] problem with multiple client requests using singleRequest

2015-11-20 Thread Konrad Malawski
Definitely upgrade to 2.0m2 once its out I think. It has major improvements on internals as well as api :) There is a bit of changes since 1.0 but you'll manage, there's a migration guide and we'll add more hints soon. On Nov 20, 2015 18:54, "Rüdiger Klaehn" wrote: > OK,

[akka-user] [akka-http] problem with multiple client requests using singleRequest

2015-11-20 Thread rklaehn
Hi All, I am having some seemingly trivial problems with using the client side of akka-http. Here is a little test program. I would expect it to print 100 responses, but it prints just four and then hangs. This seems to be related to the configuration parameter

Re: [akka-user] [akka-http] problem with multiple client requests using singleRequest

2015-11-20 Thread Konrad Malawski
Hi Rudiger, Yes it's a bug (two separate ones even, another thing you'll notice is actors leaking). And good news - we tracked it down and fixed it today! Will be released in M2 which will be released early next week. Thanks for reporting! On Nov 20, 2015 18:47, "rklaehn"

Re: [akka-user] [akka-http] problem with multiple client requests using singleRequest

2015-11-20 Thread Heiko Seeberger
Rüdiger is a rocket scientist, he will be able to migrate without guides and hints ;-) -- Heiko Seeberger Home: heikoseeberger.de Twitter: @hseeberger Public key: keybase.io/hseeberger > On 20 Nov 2015,

Re: [akka-user] [akka-http] problem with multiple client requests using singleRequest

2015-11-20 Thread Konrad Malawski
Right; "this isn't rocket science" (-; All feedback is very welcome though Rudiger, please let us know if anything is non obvious or undocumented! --  Cheers, Konrad 'ktoso’ Malawski Akka @ Typesafe On 20 November 2015 at 19:08:44, Konrad Malawski (konrad.malaw...@typesafe.com) wrote: