For reference: in the above snippet the response bodies are not consumed,
thus back-pressure kicks in (as designed),
making it seem as if it's stuck.

Solution is to consume response bodies explicitly –
`res.entity.dataBytes.runWith(...)`.
We'll eventually add automatic consuming, but it's not done yet (somewhat
tricky to get _right_).

On Wed, Mar 9, 2016 at 3:14 PM, Konrad Malawski <[email protected]> wrote:

> Thanks for reporting, will have a look into it.
>
> Thanks for the reproducer – is it actually usable without having some
> external settings / account there?
>
> Also, please use `ContentTypes` instead of RawHeaders for modeling content
> types.
>
> Ticket is here: https://github.com/akka/akka/issues/19985
>
>
> --
> Cheers,
> Konrad 'ktoso' Malawski
> Akka <http://akka.io/> @ Lightbend <http://lightbend.com/>
>



-- 
Cheers,
Konrad 'ktoso' Malawski
Akka <http://akka.io/> @ Lightbend <http://lightbend.com/>

-- 
>>>>>>>>>>      Read the docs: http://akka.io/docs/
>>>>>>>>>>      Check the FAQ: 
>>>>>>>>>> http://doc.akka.io/docs/akka/current/additional/faq.html
>>>>>>>>>>      Search the archives: https://groups.google.com/group/akka-user
--- 
You received this message because you are subscribed to the Google Groups "Akka 
User List" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/akka-user.
For more options, visit https://groups.google.com/d/optout.

Reply via email to