transactional storage access has to be through lazy vals: changed in Redis test cases
This commit is contained in:
parent
421e87b8d9
commit
1093451dd7
2 changed files with 3 additions and 3 deletions
|
|
@ -20,7 +20,7 @@ case class MNDQ(accountNos: List[String], noOfDQs: Int, failer: Actor)
|
|||
case class SZ
|
||||
|
||||
class QueueActor extends Transactor {
|
||||
private val accounts = RedisStorage.newQueue
|
||||
private lazy val accounts = RedisStorage.newQueue
|
||||
|
||||
def receive = {
|
||||
// enqueue
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue