[akka-user] Re: akka-http websockets: Connection closed before receiving a handshake response

2016-02-03 Thread Roberto Leibman
} case None ⇒ Future.successful(AuthenticationResult.failWithChallenge(HttpChallenge(scheme = "Basic", realm = "", params = Map.empty))) } } On Wednesday, February 3, 2016 at 10:46:10 AM UTC-8, Roberto Leibman wrote: > > The chrome dev console is sho

[akka-user] akka-http websockets: Connection closed before receiving a handshake response

2016-02-03 Thread Roberto Leibman
The chrome dev console is showing this message when the page starts - WebSocket connection to 'wss://www.example.com:8083/processStatusUpdate' failed: Connection closed before receiving a handshake response Error happened [object Event] OnClose was successful 1006- --- My

[akka-user] Re: akka-http websockets: Connection closed before receiving a handshake response

2016-02-03 Thread Roberto Leibman
BTW, using akka-http 2.0.3 (but it was happening on 2.0.2 as well) and scalajs 0.8.2 with scalajs-react 0.10.4 On Wednesday, February 3, 2016 at 10:46:10 AM UTC-8, Roberto Leibman wrote: > > The chrome dev console is showing this message when the page starts > > - > WebSo

[akka-user] ActorPublisher, totalDemand is always zero

2015-06-24 Thread Roberto Leibman
I tried to follow the documentation as close as possible. (http://doc.akka.io/docs/akka-stream-and-http-experimental/current/scala/stream-integrations.html) I have an application that I want to wake up every 30 seconds and read a document from the web. It'll parse that document into my own