fixed bug with init of tx datastructs + changed actor id management
This commit is contained in:
parent
32ec3b6567
commit
8718f5bbfe
11 changed files with 33 additions and 20 deletions
|
|
@ -96,7 +96,7 @@ class SecureTickActor extends Actor with Logging {
|
|||
case object Tick
|
||||
private val KEY = "COUNTER"
|
||||
private var hasStartedTicking = false
|
||||
private val storage = TransactionalState.newMap[String, Integer]
|
||||
private lazy val storage = TransactionalState.newMap[String, Integer]
|
||||
|
||||
/**
|
||||
* allow access for any user to "/secureticker/public"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue