Skip to content

Commit

Permalink
Updated description
Browse files Browse the repository at this point in the history
  • Loading branch information
m3nax committed Apr 29, 2024
1 parent d9d25cf commit a410cff
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Dapr.Actors/ActorReference.cs
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,8 @@ private static ActorReference GetActorReference(object actor)
ActorId = actorProxy.ActorId,
ActorType = actorProxy.ActorType,
},
// Handle case when we want to get ActorReference inside the Actor implementation.
// Handle case when we want to get ActorReference inside the Actor implementation,
// we gather actor id and actor type from Actor base class.
Actor actorBase => new ActorReference()
{
ActorId = actorBase.Id,
Expand Down

0 comments on commit a410cff

Please sign in to comment.