Re: [akka-user] Play framework, send messages to actor used in websocket?

2015-11-24 Thread Akka Team
Hi Ivan, Unfortunately I don't know how the Play WS api works, and what should you expect from it when interfacing with actors. This question seems to be more suited for the Play mailing list. Of course you might be lucky here if the community knows the answer, but I unfortunately do not :)

[akka-user] Play framework, send messages to actor used in websocket?

2015-11-23 Thread Ivan
Hi, I'm following Play's manual to create websockets, using actors. I got it working that the actor "echoes" incoming messages but struggling to find how to push arbitrary messages to it. With the synchronous version I can store a reference to `out`: def socket: WebSocket[String, String]