The connection does not give an error on the client side, but each time a message is sent it should print the message server side and then return a response with the reversed string. None of this is happening most of the time. It simply says the websocket connection is open, and none of the messages that are sent are received server-side. I've tried the example you have on github, the chat application at https://github.com/jrudolph/akka-http-scala-js-websocket-chat <https://github.com/jrudolph/akka-http-scala-js-websocket-chat> and this works without problems. (tried this to rule out misconfiguration on my pc, there's some old settings from previous projects)
I'll try to run it inside a virtual tonight to make sure this is definitely not the issue here. Op maandag 27 juli 2015 12:22:33 UTC+2 schreef Johannes Rudolph: > > Hi Luc, > > I can see the log messages you are seeing: > > [DEBUG] [07/27/2015 12:01:01.059] > [api-akka.actor.default-dispatcher-9] > [akka://api/user/$a/flow-47-3-publisherSource-prefixAndTail] > Cancelling > akka.stream.impl.MultiStreamOutputProcessor$SubstreamOutput@eda0238 > (after: 5000 ms) > > but I don't see any connections failing. In which way do you observe > connections to fail? > > > -- > Johannes > > ----------------------------------------------- > Johannes Rudolph > http://virtual-void.net > -- >>>>>>>>>> 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/akka-user. For more options, visit https://groups.google.com/d/optout.
