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

2016-10-09 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 > wrote: > >> Hi everyone, >> Actually i was trying to handle a Web Socket message for base64 encoded >> string of 10mb file.but un

[akka-user] akka.http.scaladsl.model.Uri's apply() methods should still take charset and mode parameters?

2016-10-09 Thread Richard Imaoka
Hi, While I was trying to work on akka/akka-http#276 , I noticed something strange. After akka/akka#18479 was fixed (PR to fix #18479 = akka/akka#18715 ), now the fo

[akka-user] ('=') sign still not allowed in query string even with Uri.ParsingMode.Relaxed? (akka/akka#18479)

2016-10-09 Thread Richard Imaoka
Hi, While I tried to work on akka/akka-http#276 , and looked at akka/akka#18479 (PR to fix #18479 = akka/akka#18715 ), I found that the following code: Query("GROUP

Re: [akka-user] How to change this game loop to message-driven actors?

2016-10-09 Thread Justin du coeur
Looks like it's going in a good direction -- good luck! On Sat, Oct 8, 2016 at 6:24 PM, Steve Winfield wrote: > > > Am Samstag, 8. Oktober 2016 22:09:46 UTC+2 schrieb Justin du coeur: >> >> (Although my first impression is that I'd probably use a repeated >> schedule, and on each call decide whe