Skip to content

Commit

Permalink
refactor: add additional methods to client
Browse files Browse the repository at this point in the history
  • Loading branch information
Tochemey committed Jun 23, 2024
1 parent cece297 commit b501416
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions actors/actor_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -262,6 +262,7 @@ func (e *exchanger) Receive(ctx ReceiveContext) {
}

func (e *exchanger) PostStop(context.Context) error {
e.messageCounter.Store(0)
return nil
}

Expand Down

0 comments on commit b501416

Please sign in to comment.