Thanks Rafal and Viktor Klang for quick reply :)

On Monday, October 17, 2016 at 3:33:41 PM UTC+5:30, 
johannes...@lightbend.com wrote:
>
> Thanks Rafał for these explanations. Just a small correction:
>
> On Tuesday, October 11, 2016 at 3:58:09 PM UTC+2, Rafał Krzewski wrote:
>>
>> An alternative solution would be looking up websocket buffering settings 
>> and jacking it up enough to receive all messages as Strict :)
>>
>
> Unfortunately, no, you cannot control whether you get Strict or Streamed. 
> It only depends on what has already arrived in the OS-level network buffer 
> and you cannot control how data might be split up there because it depends 
> on the timing of network packets arriving there.
>
> (We want to add alternative ways of handling websocket traffic so that you 
> can actually specify a buffer size (and a timeout) for which akka-http will 
> collect data for you and you are guaranteed to receive only Strict 
> messages. We didn't get to that yet.)
>
> Johannes
>
>
>

-- 
>>>>>>>>>>      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