Moving to actor-based broadcasting, atmosphere 0.5.2
This commit is contained in:
parent
5fa544c975
commit
8ffed99893
2 changed files with 2 additions and 5 deletions
|
|
@ -11,10 +11,7 @@ class AkkaBroadcaster extends org.atmosphere.jersey.JerseyBroadcaster {
|
|||
name = classOf[AkkaBroadcaster].getName
|
||||
|
||||
val caster = new Actor {
|
||||
def receive = {
|
||||
case f : Function0[_] =>
|
||||
f()
|
||||
}
|
||||
def receive = { case f : Function0[_] => f() }
|
||||
|
||||
start
|
||||
}
|
||||
|
|
|
|||
2
pom.xml
2
pom.xml
|
|
@ -42,7 +42,7 @@
|
|||
<maven.compiler.target>${maven.compiler.source}</maven.compiler.target>
|
||||
<maven.compiler.encoding>${project.build.sourceEncoding}</maven.compiler.encoding>
|
||||
<project.reporting.outputEncoding>${project.build.sourceEncoding}</project.reporting.outputEncoding>
|
||||
<atmosphere.version>0.5.1</atmosphere.version>
|
||||
<atmosphere.version>0.5.2</atmosphere.version>
|
||||
<jersey.version>1.1.5</jersey.version>
|
||||
<grizzly.version>1.9.18-i</grizzly.version>
|
||||
</properties>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue