Fix race in ActorModelSpec
This commit is contained in:
parent
b436ff995e
commit
1547c99290
1 changed files with 1 additions and 1 deletions
|
|
@ -105,8 +105,8 @@ object ActorModelSpec {
|
|||
}
|
||||
|
||||
private[akka] abstract override def dispatch(invocation: MessageInvocation) {
|
||||
super.dispatch(invocation)
|
||||
getStats(invocation.receiver).msgsReceived.incrementAndGet()
|
||||
super.dispatch(invocation)
|
||||
}
|
||||
|
||||
private[akka] abstract override def start {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue