Commit 7c364627 authored by Dominik Charousset's avatar Dominik Charousset

fixed scala benchmark

parent 939b5371
......@@ -70,6 +70,7 @@ class ServerActor(port: Int) extends Actor {
}
case Hello(token) => {
sender ! Olleh(token)
msgLoop
}
case Olleh(token) => {
pendingPongs.filter(x => x match {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment