We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
ActorCell
1 parent 4b19cd1 commit f1eba91Copy full SHA for f1eba91
src/core/Akka/Actor/ActorCell.cs
@@ -91,7 +91,7 @@ public ActorCell(ActorSystemImpl system, IInternalActorRef self, Props props, Me
91
/// <summary>
92
/// TBD
93
/// </summary>
94
- public Mailbox Mailbox => Volatile.Read(ref _mailboxDoNotCallMeDirectly);
+ public Mailbox Mailbox => _mailboxDoNotCallMeDirectly;
95
96
97
0 commit comments