Re: [akka-user] How to handle web socket message to upload base64 encoded string of 10mb file

2016-10-17 Thread Narayan Kumar
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

Re: [akka-user] How to handle web socket message to upload base64 encoded string of 10mb file

2016-10-12 Thread Narayan Kumar
thanks Rafal for reply :) Thanks & Regards | Narayan Kumar Software Consultant *Knoldus Software LLP* <http://www.knoldus.com> Twitter <https://twitter.com/narayan46647943> | LinkedIn <https://in.linkedin.com/in/narayankumarbr> +91-8510013849 On Tue, Oct 11, 2016 at

Re: [akka-user] How to handle web socket message to upload base64 encoded string of 10mb file

2016-10-10 Thread Narayan Kumar
t code, carrying a stream that will deliver the > message contents in buffer-sized chunks. > > Cheers, > aRafał > > > W dniu poniedziałek, 10 października 2016 08:21:14 UTC+2 użytkownik > Narayan Kumar napisał: >> >> >> >> On Friday, October 7, 2016

Re: [akka-user] How to handle web socket message to upload base64 encoded string of 10mb file

2016-10-10 Thread Narayan Kumar
On Friday, October 7, 2016 at 7:52:03 PM UTC+5:30, √ wrote: > > Why are you assuming that it is a Strict message? > > On Fri, Oct 7, 2016 at 2:11 PM, Narayan Kumar <nar...@knoldus.com > > wrote: > >> Hi everyone, >> Actually i was trying to handle a W

[akka-user] How to handle web socket message to upload base64 encoded string of 10mb file

2016-10-07 Thread Narayan Kumar
Hi everyone, Actually i was trying to handle a Web Socket message for base64 encoded string of 10mb file.but unable to handle it. is there any way to handle large message please suggest ? Here is the code: def mediaUploadHandler: Flow[Message, Message, _] = { val (accountSource,