You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#4148 added public IActorRef ChildActorOf(Props props, string name, SupervisorStrategy supervisorStrategy) and similar methods to TestKitBase. However, the supervisorStrategy does not take effect.
It looks like InternalTestActor doesn't override SupervisorStrategy() to actually use its private _supervisorStrategy. See
Version Information
v1.5
Describe the bug
#4148 added
public IActorRef ChildActorOf(Props props, string name, SupervisorStrategy supervisorStrategy)
and similar methods to TestKitBase. However, thesupervisorStrategy
does not take effect.It looks like
InternalTestActor
doesn't overrideSupervisorStrategy()
to actually use its private_supervisorStrategy
. Seeakka.net/src/core/Akka.TestKit/Internal/InternalTestActor.cs
Line 24 in 0782c7d
The text was updated successfully, but these errors were encountered: