Skip to content

Commit

Permalink
Merge tag 'v1.6.9' into release/1.11
Browse files Browse the repository at this point in the history
# Conflicts:
#	actor/actor.go
#	actor/manager/container.go
#	actor/manager/manager.go
#	actor/mock/mock_server.go
  • Loading branch information
wXwcoder committed Aug 9, 2024
1 parent 3ab2048 commit fb3ef08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actor/manager/container.go
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ func NewDefaultActorContainerContext(ctx context.Context, actorID string, impl a
impl.SetID(actorID)
daprClient, _ := dapr.NewClient()
// create state manager for this new actor
impl.SetStateManager(state.NewActorStateManager(impl.Type(), actorID, state.NewDaprStateAsyncProvider(daprClient)))
impl.SetStateManager(state.NewActorStateManagerContext(impl.Type(), actorID, state.NewDaprStateAsyncProvider(daprClient)))
// move out for Activate param
/*err := impl.Activate(ctx)
if err != nil {
Expand Down

0 comments on commit fb3ef08

Please sign in to comment.