play-scala-websocket-example icon indicating copy to clipboard operation
play-scala-websocket-example copied to clipboard

Example Play Scala application showing WebSocket use with Akka actors

Results 5 play-scala-websocket-example issues
Sort by recently updated
recently updated
newest added
trafficstars

Hi, I'm trying to wrap my head around with the design of this example. One thing that is confusing me is the `hubSource` in `UserActor`. Why is it required that...

status:backlog

I was wondering how the example would change if we want to have the same value for each stock. So GOOG must get the same value in all sessions.

status:backlog

Ran into the following error on `sbt run` as of commit : dad8d28dd69a42032c98884d64c63177c94050cb ``` Warning: node.js detection failed, sbt will use the Rhino based Trireme JavaScript engine instead to run...

status:backlog

When running `sbt run` I get this exception (after loading http://localhost:9000): `[error] TypeError: less.render(...).then is not a function [error] at C:\opt\dev\examples\play\play-scala-websocket-example\project\target\less\lessc.js:152:18 [error] at FSReqWrap.readFileAfterClose [as oncomplete] (fs.js:380:3) [error] [error] at...

status:backlog

This is an example of https://github.com/sbt/sbt-js-engine/issues/56, where an old version of Rhino seems to be causing errors: ``` [info] LESS compiling on 1 source(s) [error] java.lang.NoSuchMethodError: org.mozilla.javascript.ScriptRuntime.setObjectProp(Ljava/lang/Object;Ljava/lang/String;Ljava/lang/Object;Lorg/mozilla/javascript/Context;Lorg/mozilla/javascript/Scriptable;)Ljava/lang/Object; [error] at io.apigee.trireme.node10.main.trireme._c_anonymous_1(trireme.js:37)...

status:backlog