We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b31813 commit 406f068Copy full SHA for 406f068
1 file changed
src/Servus.Akka/Diagnostics/TracedMessageActor.cs
@@ -46,7 +46,7 @@ private void ExecuteMessageHandler(object message)
46
/// Changes the actor's behavior and replaces the current receive handler with the specified handler.
47
/// </summary>
48
/// <param name="configure">Configures the new handler by calling the different Receive overloads.</param>
49
- protected new void Become(Action configure)
+ protected void Become(Action configure)
50
{
51
_handlerRegistry.Clear();
52
0 commit comments