1

When using the latest version of Akka, Play just immediately hangs up on every HTTP connection attempt.

NoSuchMethodError: akka.actor.ActorSystem.dispatcher()Lakka/dispatch/MessageDispatcher;

What is the most-recent Akka verison compatible with Play?

"com.typesafe.akka" %% "akka-actor" % "2.2-SNAPSHOT",
4

1 回答 1

1

Akka 2.1.4 版本中仍然存在 2.2-SNAPSHOT 缺失方法,因此它可能适用于 Play。

于 2013-06-17T07:40:53.053 回答