making http pass with serialization checks

This commit is contained in:
Endre Sándor Varga 2015-06-02 12:31:01 +02:00
parent f4c83771bb
commit 1dde8b3a3b
11 changed files with 38 additions and 17 deletions

View file

@ -0,0 +1,6 @@
akka {
actor {
serialize-creators = on
serialize-messages = on
}
}