I don't see the project attached anywhere - could you put it on github
instead?
Thanks for prepping a reproducer.

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

On 1 June 2016 at 11:05:05, daleksan (david.aleksandrow...@gmail.com) wrote:

Hello Johan,

thanks for your answer. I have a simple project where the issue can be
observed. The project does more - it is an experiment to decouple request
processing from their acceptance, but it is a small project so running it
should be smooth.

1. extract the Gradle project
2. in one terminal window do ./gradlew clean build runFairServer
3. in second terminal window do ./gradlew runFairClient
4. see what server prints, I have something like this on my Mac [1]
5. force shutdown server - ctrl+c
6. open build.gradle and change the 'false' in the last 'args' list to
'true', this means using chunked encoding
7. repeat from step 2 and observe difference in output

I'll attach the project as a separate reply or as a private reply as I'm
having errors on the server side - trying to skip the attachment now.

Thank you so much for your help!

 David

[1]

reading stream element of 8 bytes

reading stream element of 8 bytes

reading stream element of 9 bytes

reading stream element of 8 bytes

reading stream element of 9 bytes


--
>>>>>>>>>> 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 akka-user+unsubscr...@googlegroups.com.
To post to this group, send email to akka-user@googlegroups.com.
Visit this group at https://groups.google.com/group/akka-user.
For more options, visit https://groups.google.com/d/optout.

-- 
>>>>>>>>>>      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 akka-user+unsubscr...@googlegroups.com.
To post to this group, send email to akka-user@googlegroups.com.
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