We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dadcffb commit 56d28caCopy full SHA for 56d28ca
src/Proto.Actor/Context/SystemContext.cs
@@ -36,7 +36,7 @@ public static PID SpawnNamedSystem(this IRootContext self, Props props, string n
36
? self.System.Guardians.GetGuardianPid(props.GuardianStrategy)
37
: null;
38
39
- return props.Spawn(self.System, name, parent);
+ return props.SpawnSystem(self.System, name, parent);
40
}
41
catch (Exception x)
42
{
0 commit comments