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
For unknown reasons (maybe because the Akka.Remote.DaemonMsgCreate is wrapped in a Phobos.Tracing.SpanEnvelope?) remote deployment of an actor fails silently when using Phobos & when there is a current Activity.
The issue does not occur when there is no current activity (such as when manually setting Activity.Current = null).
I suspect it's some kind of serialization issue where the EndpointWriter/EndpointReader does not realise this is a remote deployment, but I'm not sure.